Create JokeDAO Contests for Juicebox Projects
Β· One min read
In this video, I'll show you how to:
- Create a list of addresses that hold your project's tokens using Juicebox.money
- Create a list of addresses that have voted in your project's Snapshot
- Create a JokeDAO contest
- Airdrop voting tokens using Coinvise
The Snapshot GraphQL query used in the video:
query {
votes (
first: 1000,
skip: 0,
where: {
space_in: ["jbdao.eth"],
},
orderDirection: desc
) {
voter
}
}
For support, visit discord.gg/juicebox.