Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiddentao/nayms-contracts
https://github.com/hiddentao/nayms-contracts
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiddentao/nayms-contracts
- Owner: hiddentao
- License: mit
- Created: 2019-07-04T13:58:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:57:50.000Z (almost 2 years ago)
- Last Synced: 2023-04-09T04:12:33.593Z (over 1 year ago)
- Language: Solidity
- Size: 3.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
TODO...
## Dev
In separate terminal run local private chain:
```
docker run -it --rm -p 8545:8501 0xorg/devnet
```In current terminal, first run setup script:
```
yarn setup
```Now deploy contracts to local chain:
```
yarn deploy:local
```