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