v0.1.0
Features
Address Generation
- Address Generation (Base Address, Enterprise Address)
- Generate Address from Mnemonic phase
Transaction Serialization & Signing
- API to build Payment transaction (ADA & Native Tokens)
- CBOR serialization of transaction
- Transaction signing
Metadata Builder
- Helper to build Metadata
- Converter to conver JSON (No Schema) to Metadata format
Token Minting
- Token Minting transaction builder
- Native script (ScriptAll, ScriptAny, ScriptAtLeast, ScriptPubKey, RequireTimeAfter, RequireTimeBefore)
- Policy Id generation
Backend Integration (Blockfrost)
The plugin also provides integration with Cardano node through different backend services.
The library currently only supports integration with Blockfrost through the Backend api. But other backend like Cardano-wallet
will be added in future release.
- Transaction Submission (Payment & Token Minting)
Following Backend apis are currently available
- TransactionService (Submit transaction, Get transaction)
- AddressService (Get address details)
- UtxoService (Get utxos for an address)
- AssetService
- BlockService
- NetworkInfoService
- EpochService
- MetadataService