Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiddentao/nayms-contracts


https://github.com/hiddentao/nayms-contracts

Last synced: 8 days ago
JSON representation

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
```