subdao / canonical-weth

Canonical WETH package (see https://blog.0xproject.com/canonical-weth-a9aa7d0279dd)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canonical W-ETH

Canonical W-ETH package (see https://blog.0xproject.com/canonical-weth-a9aa7d0279dd)

Usage

npm install --save truffle-contract canonical-weth

and

const contract = require('truffle-contract');
const wethArtifact = require('canonical-weth');

const weth = contract(wethArtifact);

Deployed contract addresses

About

Canonical WETH package (see https://blog.0xproject.com/canonical-weth-a9aa7d0279dd)

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%