canonical-wedg
v1.5.0
Published
Canonical wrapped EDG package
Downloads
1
Readme
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
| Chain | Address | | ------- | ------- | | Beresheet | 0xB083e4140880E8e688B71822F5c393920E8E4E1A |
Compile
yarn
yarn compile
Deploy
yarn deploy:local
PICO_BERESHEET=<private key> yarn deploy:beresheet