Mesh 1.0.0
BrowserWallet
BrowserWallet
APIs are in accordance to CIP-30, which defines the API for dApps to communicate with the user's wallet. Additional utility functions are provided for developers that are useful for building dApps.
Explore Playground for documentation and demo.
New features in this release:
- Get installed wallets
- Connect wallet
- Get balance
- Get change address
- Get network ID
- Get reward addresses
- Get used addresses
- Get unused addresses
- Get UTXOs
- Sign data
- Sign transaction
- Submit transaction
- Get lovelace
- Get assets
- Get policy IDs
- Get collection of assets
Transaction
Transaction
allows you to build transactions such as minting native assets, and redeeming from smart contract. You can chain multiple actions to create a complex transaction. For instance, you can send ADA and NFTS to multiple addresses, lock and unlock from smart contract, mint and burn some assets, all within a single transaction.
Explore Playground for documentation and demo.
New features in this release:
- Send ADA to addresses
- Send multi-assets to addresses
- Minting assets
- Burning assets
- Lock assets on smart contract
- Unlock assets on smart contract
- Designing datum