tubyte-smartcontract
v0.0.2
Published
Janus name service
Downloads
6
Maintainers
Readme
Welcome to Janus Name Service, a.k.a. JNS 👋
Prerequisites
- Node:
>=10.15.5 <12.0.0
- Yarn:
>=1.0.0
Install Dependencies
If you have already done this in the root level of this monorepo, you can skip this step.
yarn install
Build
yarn build
Run tests
yarn test
Usage
yarn deploy [--network <network>]
Currently the only available values for network are:
local
: localganache-cli
running on port8545
development
: developmentganache-cli
(run it withyarn ganache-dev
)rinkeby
: Rinkeby test network
IMPORTANT: To use this smart contract, you need to at least deploy it to local
or development
.
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
This README was generated with ❤️ by JC Bombardelli