https://github.com/ocneve/blockchain-card-game
https://github.com/ocneve/blockchain-card-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ocneve/blockchain-card-game
- Owner: OCNeve
- Created: 2025-02-20T11:59:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T12:07:58.000Z (over 1 year ago)
- Last Synced: 2025-02-20T13:23:10.624Z (over 1 year ago)
- Language: JavaScript
- Size: 77.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```