https://github.com/msgul/cryptdoms
Ethereum smart contract based game build on truffle with nodejs and web3
https://github.com/msgul/cryptdoms
metamask nodejs solidity truffle web3
Last synced: about 1 month ago
JSON representation
Ethereum smart contract based game build on truffle with nodejs and web3
- Host: GitHub
- URL: https://github.com/msgul/cryptdoms
- Owner: msgul
- Created: 2021-08-27T12:56:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T11:45:38.000Z (over 4 years ago)
- Last Synced: 2025-01-21T05:41:38.509Z (over 1 year ago)
- Topics: metamask, nodejs, solidity, truffle, web3
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cryptdom
## Prerequisites
- Truffle
- Nodejs
- Metamask
## How to run
### Deploying smart contracts to truffle development network
```bash
git clone https://github.com/msgul/cryptdoms
cd cryptdoms
truffle develop
truffle migrate
```
### Running games WEB UI on localhost:8080
```bash
node server.js
```
### Configuring Metamask
- **Network name:** Truffle Develop
- **RPC URL:** http://localhost:9545
- **Chain ID:** 1337
- **Currency Symbol:** ETH