canonical-wklay

1.0.0 • Public • Published

Canonical W-KLAY

The lack of canonical wklay has caused friction for dApp users to wrap and unwrap when moving between dApps.

In the interest of standardisation across dApps and safer smart contract coding conventions, we created this standard for wrapped klay. We want our partners also to join us in utilising this shared implementation of wklay so that its easy to be used across dApps.

Usage

npm install --save truffle-contract canonical-wklay

and

const contract = require('truffle-contract');
const wklayArtifact = require('canonical-wklay');

const wklay = contract(wklayArtifact);

Deployed contract addresses

Package Sidebar

Install

npm i canonical-wklay

Weekly Downloads

1

Version

1.0.0

License

GPL-3.0

Unpacked Size

403 kB

Total Files

16

Last publish

Collaborators

  • klaytn-devops