Gajesh2007 / CoinFlip_Solana

Coin Flip Game on Solana
32 stars 32 forks source link

How will this work? #2

Open aayush-g1414 opened 2 years ago

aayush-g1414 commented 2 years ago

I only see rust code, but I want to implement this code into a website. How would I do this as a beginner?

Any help is appreciated, thanks!

biccsdev commented 2 years ago

Well, you would need to do a couple of things:

  1. set up your own anchor project, build the program.
  2. set up your front-end app
  3. connect them with web3js or something that does the same
  4. deploy! imo, you should only take this code as a reference, I think that's why the author uploaded it this way. -WAGMI-