You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hy everyone !
Thanks for your hard work for the community!
I know it's intended in your API to use a very raw format but it's a pain to integrate it inside my code and despite all my research I can't figure out how to do it properly.
Did someone can give me a very basic example to send a transaction with Nami wallet (JS)? (like send 1ADA to a given address).
I know I'm not the only one so it can also help a lot of lost dev and facilitate the adoption of the Wallet ;)
Thank you !
The text was updated successfully, but these errors were encountered:
This is 'the' example. Its a bit more than 'hello-world', but everything you need to get started making txs with nami and the cardano serialization lib appears in that repo
Just a suggestion - for the non-techs who just want to add a "Click here to pay me" button on their website - for their use-case it would make sense to have something like cardano.requestPayment(address,amount) - just a simple thing which automatically crafts a transaction inside Nami, rather than relying on them crafting a transaction in serialization-lib which is... non-trivial.
I have added this as a suggestion on CIP-030 too.
Hy everyone !
Thanks for your hard work for the community!
I know it's intended in your API to use a very raw format but it's a pain to integrate it inside my code and despite all my research I can't figure out how to do it properly.
Did someone can give me a very basic example to send a transaction with Nami wallet (JS)? (like send 1ADA to a given address).
I know I'm not the only one so it can also help a lot of lost dev and facilitate the adoption of the Wallet ;)
Thank you !
The text was updated successfully, but these errors were encountered: