Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 867 Bytes

File metadata and controls

48 lines (33 loc) · 867 Bytes

Solana Raffle

This is Solana raffle site. This project consists program(smart contract) and UI(frontend). Solana program was built by Anchor framework and UI is built by React.js. Custom requirement implement is possible to handle on my side. Feel free to reach out of me when you face issue or need custom implementation[Telegram: https://t.me/DevCutup, Whatspp: https://wa.me/13137423660].

How to use it

git clone https://github.com/cutupdev/Solana-Raffle.git
cd ./Solana-Raffle
npm run install
  • For smart contract deployment:
anchor build
anchor deploy
  • To start frontend
cd ./frontend
npm run install
npm run start

Contact Information