Skip to content

Releases: klaytn/kaikas-web3-provider

kaikas-web3-provider v1.0.3

08 Nov 02:19
0237e9d
Compare
Choose a tag to compare
  • Change _eth_accounts function to async function.

kaikas-web3-provider v1.0.2

03 Aug 09:51
6da5e53
Compare
Choose a tag to compare
  • Add Kaikas sendasync function to handle JSONRPCResponse properly. Enable Error handling when there's no function to handle send request.
  • Delete Package-lock.json file.
  • Add README.md file

kaikas-web3-provider v1.0.1

02 Aug 08:35
51d7179
Compare
Choose a tag to compare

To integrate Kaikas wallet to web3modal library and use other wallets with the same codes, Kaikas provider should be extended to cover eth_ APIs. By using this package, Kaikas wallet will be easily integrated into web3modal and we can use web3.js library to sign messages, send transactions, etc.