0.1.3 • Published 12 months ago

cip30-adapter v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months 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

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago