Wallet Services APIs
Wallaby wallets are made to be used and wallet services gives you a way to use them. Wallet services are capabilities you can easily provide within your own embedded wallet to any wallet holder. These services work cross chain with minimal development effort. Service offerings include:
Listing an onchain asset in your own wallet
Authorizing another wallet to spend an asset on your behalf
Transfer an asset to another wallet holder
In order to do these operations, you will need to fetch the seed phrase from your storage location, decrypt it, and encrypt it for transport as described in API Quick Start.
Last updated