Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drift-labs/drift-competitions
a sybil-resistant randomized onchain giveaway program
https://github.com/drift-labs/drift-competitions
rust smart-contracts solana
Last synced: 10 days ago
JSON representation
a sybil-resistant randomized onchain giveaway program
- Host: GitHub
- URL: https://github.com/drift-labs/drift-competitions
- Owner: drift-labs
- Created: 2023-09-07T13:53:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-31T23:50:26.000Z (3 months ago)
- Last Synced: 2024-11-19T14:15:20.660Z (2 months ago)
- Topics: rust, smart-contracts, solana
- Language: Rust
- Homepage:
- Size: 2.44 MB
- Stars: 12
- Watchers: 6
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drift-competitions
a sybil-resistant randomized onchain giveaway program- see the wiki for indepth discussion on design of program
### quick start
```
yarn
export ANCHOR_WALLET=
export RPC_OVERRIDE=
yarn mine-entries --authority= --n=
```