nami-wallet-examples icon indicating copy to clipboard operation
nami-wallet-examples copied to clipboard

This repository demonstrates useful implementation functions of Nami Wallet for your project.

Results 11 nami-wallet-examples issues
Sort by recently updated
recently updated
newest added

HI, I want to burn nft using this repo. Is there any way todo that?

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()

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.