1.0.0 • Published 2 years ago

canonical-wklay v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

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