JSPM

@nomspace/nom

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q33592F
  • License ISC

Name resolution service for Celo

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