Trying to build a Card-dass online battle platform that uses the avax network to set epic card fights in marble stone.
- project scaffolded using vite
- written in typescript
- using reactjs library
- tailwindcss for the style
- avax network to deploy the smart contractt
Having at least one of the wallet extension installed
And add the fuji test
network to the list of your network: how to here
- Create a player
- Create or join an Arena
- Start The fight
- Enjoy the victory or your oponent's
Go the app folder
$ cd app
Install the dependencies
$ npm i
Finally run the app locally
$ npm run dev