https://github.com/rybla/dcg-hardhat
https://github.com/rybla/dcg-hardhat
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rybla/dcg-hardhat
- Owner: rybla
- Created: 2023-11-19T02:05:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T12:54:34.000Z (over 2 years ago)
- Last Synced: 2024-12-28T03:21:08.541Z (over 1 year ago)
- Language: JavaScript
- Size: 226 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DCG
Designer Card Game.
Note that this is a very preliminary outline.
The idea is that the users design their own cards, which they can prove original
ownership of on the blockchain. Then players can create game invites to which
any player can join and compete for a prize.
## Usage
To setup:
```
npm install
```
To start a local node:
```shell
npm run node
```
To deploy the smart contract:
```shell
npm run deploy
```
And finally, to launch the webapp:
```shell
npm run start
```