Jun Kai

@Imeu0ZflRpOVAg953UVLxA

Joined on Aug 12, 2022

  • Latest VRF codebase https://github.com/TERITORI/gno/tree/escrow_justice_update/examples/gno.land/r/demo/teritori/vrf PR https://github.com/TERITORI/gno/pull/11/files For VRF 0.1 for Gnoland, we use following mechanism. VRF data feeders are available and only those can feed data Long data bytes will be feed into the realm by multiple feeders
     Like  Bookmark
  • Gnosis safe Requires backend server for offchain signature management cw3 (Cosmwasm multisig) Fully done on-chain There are 2 cw3 implemenetations - one for flexible members one and the other for fixed members one. Flexible one is more similar to Gnosis safe. https://github.com/CosmWasm/cw-plus/tree/main/contracts/cw3-flex-multisig https://github.com/CosmWasm/cw-plus/tree/main/contracts/cw3-fixed-multisig
     Like  Bookmark