8000 GitHub - evm20/canonical-weth: Canonical WETH package (see https://blog.0xproject.com/canonical-weth-a9aa7d0279dd)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

evm20/canonical-weth

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 85.3%
  • JavaScript 14.7%
0