1.5.0 • Published 3 years ago

canonical-wedg v1.5.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

Canonical Wrapped EDG

Canonical Wrapped ETH on Edgeware.

Usage

npm install --save truffle-contract canonical-wedg

and

const contract = require('truffle-contract');
const wedgArtifact = require('canonical-wedg');

const wedg = contract(wedgArtifact);

Contract Addresses

ChainAddress
Beresheet0xB083e4140880E8e688B71822F5c393920E8E4E1A

Compile

  • yarn
  • yarn compile

Deploy

  • yarn deploy:local
  • PICO_BERESHEET=<private key> yarn deploy:beresheet