Thanks to visit codestin.com
Credit goes to github.com

Skip to content

oJshua/break

 
 

Repository files navigation

Break Solana Game Build Status

Prerequisites

For running this application you need to have NodeJs and NPM. We recommend to use NVM for managing NodeJs versions For NVM installation please refer to manual

Install

npm install

Run Server

Note: If the cluster you connect to doesn't have airdrops enabled, you will need to supply the server with a payer key. (See 'Connect to testnet cluster' below).

cd server

# Connect to local node
npm run start:dev

# Connect to specific node
RPC_URL=http://x.x.x.x npm run start:dev

# Connect to devnet cluster
LIVE=1 npm run start:dev

# Connect to testnet cluster
ENCODED_PAYER_KEY=(base 58 encoded key) CLUSTER=testnet LIVE=1 npm run start:dev

Run Client

cd client
npm run start

Built With

About

Break Solana Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.1%
  • CSS 43.9%
  • Rust 1.2%
  • Other 1.8%