An open API service indexing awesome lists of open source software.

https://github.com/ocneve/blockchain-card-game


https://github.com/ocneve/blockchain-card-game

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Steps to deploy and run
## IPFS
### Run IPFS
```bash
ipfs init
```
```bash
ipfs daemon
```
## Run hardhat node
```bash
npx hardhat node
```
## Compile and deploy contract
```bash
npx hardhat run scripts/deploy.js --network hardhat
```
## Run react frontend
```bash
npm install
```
```bash
npm run dev
```