The dRaffle Starter dApp is designed to let users fork, customize and ship their own dRaffle frontend to a custom domain, ultra fast.
https://github.com/draffle-io/draffle
dRaffle is a decentralized raffle protocol built for and deployed on Solana. You must Do Your Own Research on how this protocol is implemented and decide whether it's safe for and appropriate to your use case and regulatory constraints.
The dRaffle Starter dApp provides a starting point for you to implement your own raffle, on your own domain.
Absolutly nothing. There are no warranties expressed or implied. There are no support promises. Use at your own risk and expect bugs and limitations.
- Create and manage raffles using the dRaffle command line interface (cli).
- Fork this project
- Clone your fork
- Configure your fork to use a raffles from step 1
- Customize the look, feel and behavior of your fork
- Deploy your fork to your own domain
Using the cli (command line interface):
yarn run create-raffle
yarn run show-raffle
yarn run add-prize
yarn run buy-tickets
yarn run claim-prize
yarn run collect-proceeds
yarn run reveal-winners
yarn run show-idl # TODO turn into cache-idl and have it save the idl json by program-id
- TODO(levi): provide a cli within this application?
- TODO(levi): provide examples?