AVAXGOD is a battle card multi player card game for web3 enthusiasts. It is a combination of decentralized gaming, NFT winning.
It gives anyone a platform to not only get interested in gaming but also blockchain and Web3.
It was launch on the COREDAO Testnet
This is the frontend of this project, you can find the smartcontract HERE
-
In the
client
directory, we run the React app. Smart contract changes must be manually recompiled and migrated.cd client npm i npm run start
-
Jest is included for testing React components. Compile your contracts before running Jest, or you may receive some file not found errors.
// ensure you are inside the client directory when running this npm run test
-
To build the application for production, use the build script. A production build will be in the
client/build
folder.// ensure you are inside the client directory when running this npm run build
-
Where is my production build?
The production build will be in the
client/build
folder after runningnpm run build
in theclient
folder. -
Where can I find more documentation? React setup created with create-react-app. Either one would be a great place to start!