Package Exports
- @nomspace/nom
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nomspace/nom) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Deploy ENS contracts on a private Blockchain
Truffle project to deploy Ethereum Name Service smart contracts on a private Blockchain
Prerequisites
- Install Node and npm
- Install ganache-cli : to run private Ethereum Blockchain
- Install truffle : to deploy contracts
Run private Ethereum Blockchain
ganache-cli --host 172.16.2.131
Deploy ENS contracts
npm install
truffle migrate