Flyshot is a DAO voting tool based on the IC platform. It is inspired by NNS Governance and snapshot. Compared with the snapshot in Ethereum, the main advantages of flyshot are:
At present, there is a gap between the voting result of snapshot and the execution operation, and the multi-signature executor needs to be trusted. Flyshot uses canister's ECDSA signature mechanism. After reaching the voting result, canister can generate the transfer signature and can be executed when send to ETH or IC mainnet. Snapshot currently only supports Ethereum ecological DAOs, flyshot supports IC and ETH, and has the potential to support all blockchains using ECDSA signature. Flyshot can use ic wallet, such as Internet Identity, Infinity Wallet and plug to call the canister, and it also supports using metamask + anonymous principal to call the canister. With the powerful wasm VM, canister can verify signature in canister.
Built With
- icp
- motoko
- rust
- typescript
Log in or sign up for Devpost to join the conversation.