Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rybla/dcg-hardhat
https://github.com/rybla/dcg-hardhat
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rybla/dcg-hardhat
- Owner: rybla
- Created: 2023-11-19T02:05:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-19T12:54:34.000Z (12 months ago)
- Last Synced: 2024-03-07T06:44:01.575Z (8 months 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
```