keycat

Too many apis for each blockchains. I wanted to build universal wallet service, and the main painpoint was blockchains' different api structure. Thus, I fixed keycatjs to support only four apis.

Usage no npm install needed!

<script type="module">
  import keycat from 'https://cdn.skypack.dev/keycat';
</script>

README

Netlify Status

Philosophy

Too many apis for each blockchains. I wanted to build universal wallet service, and the main painpoint was blockchains' different api structure. Thus, I fixed keycatjs to support only four apis.

  1. transact(sign & push transaction)
  2. signTransaction
  3. signArbitraryData
  4. signin