Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History
48 lines (33 loc) * 867 Bytes

README.md

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