Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 598 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 598 Bytes

cardano-web-bridge-wrapper

Convenience wrapper for the cip30 wallet API

Why should you use this library?

The library adds three improvements over directly using the injected web bridges:

  • Types
  • Automatically convert to and from CBOR
  • Proper error objects

CBOR conversion library

You can use any of the available CBOR (de)serialization libraries Cardano serialization library

Installation

npm i cardano-web-bridge-wrapper