cip30-adapter
v0.1.3
Published
Provided a backend and a private key, this will generate the CIP30 interface automatically.
Downloads
1
Readme
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();