cardano-serialization-lib icon indicating copy to clipboard operation
cardano-serialization-lib copied to clipboard

Can anyone share a runnable example to mint/burn token?

Open code-brewer opened this issue 3 years ago • 2 comments

I browse the repository but not able to found.

So would some guy share runnable code of mint or burn or both using 'cardano-serialization-lib'?

Thanks

code-brewer avatar Feb 19 '22 00:02 code-brewer

you can find an example of minting here https://github.com/Emurgo/yoroi-frontend/blob/develop/packages/yoroi-ergo-connector/example-cardano/index.js

edu-d-rai avatar Mar 03 '22 20:03 edu-d-rai

I recently converted cardano-tools.io to use dapp connector, here you can see some examples:

https://github.com/wutzebaer/cardano-tools-frontend/blob/main/src/app/cardano-dapp.service.ts

wutzebaer avatar Mar 07 '24 19:03 wutzebaer