Logo

DAOify Raffles

Solana raffle system with support for custom SPL Tokens

(This is still a work in progress, and some broken features, and others that are yet to be completed)

There is currenly no escrow system in place as this system was designed for whitelist giveaways in trusted communities

Deploy your own version

Deploying the program

  • git clone the project from this repository
  • Update the keypair path in Anchor.toml
  • anchor build
  • anchor deploy
  • add the new program ID in Anchor.toml and lib.rs
  • anchor build (remember do to this)
  • anchor deploy

Starting the UI

  • Copy the new idl from target/idl/** and types from target/types/**
  • cd app
  • yarn
  • You will need to add an ImageBB api key in your .env under REACT_APP_IMAGE_BB
  • yarn dev

Official Deployments

Front End

https://raffles.dynaris.xyz

Contract

Mainnet

51cc35jbkQ8oaJXiYmKaeWEaiucmSunoTRMjAGUyaTGC

Devnet

4ZEPy6oo8oHzbU6bkiY2m8pLb7aNzyzZaMpAZ6CeZQQf

Authors