nami-wallet-examples
nami-wallet-examples copied to clipboard
This repository demonstrates useful implementation functions of Nami Wallet for your project.
HI, I want to burn nft using this repo. Is there any way todo that?
Please do so in your README.md file.
Any idea on how to reverse the hex returned by this method? The readme says it's Bech32, but I haven't had any luck decoding the result, bech32 decoders refuse it...
The transfer function throws an error saying Inputs_Exhausted even when there are sufficient funds in the Nami wallet. ``` Error: INPUTS_EXHAUSTED at randomSelect (coinSelection.js?bae8:307) at eval (coinSelection.js?bae8:247) at Array.forEach ()...
Hey I am trying to deploy the build of my react app on local xampp I have used nami wallet integration from this repo. It is throwing me `Uncaught (in...
added method getCollateral()
fix typo
Hi , Below code is returning some encoded value. const c = await this.Nami.getCollateral(); how to get exact collateral? I tried HexToString but not work. Please suggest.
Added support for multiple dapp connections.