0.1.3 • Published 2 years ago

cip30-adapter v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Cardano CIP30 adapter

Provided a backend and a private key, this will generate the CIP30 interface automatically.

Usage

const wallet = await CIP30Wallet.init(
  '<ed25519_private_key>',
  new Maestro({
    // or any other provider supported by Blaze
    apiKey: 'maestro_key',
    network: 'preprod',
  })
);

// use as normal
await wallet.getUtxos();
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago