Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mint_tokens transaction #34

Open
0xmovses opened this issue Nov 19, 2021 · 0 comments
Open

mint_tokens transaction #34

0xmovses opened this issue Nov 19, 2021 · 0 comments

Comments

@0xmovses
Copy link

I'm building a fungible token contract that enables minting and burning from accounts other than the Administrator. Following the same pattern laid out in the repo, with a Minter Proxy, setup_minter transaction then depost_fusd_minter transaction.

However, there seems to be a final transaction.cdc file missing in this repo where the minting actually happens.

This transaction would be different from the usual mint_tokens.cdc as the signer already has the linked capability from "deposit_fusd_minter" and there would be no check if signer is admin as they would not be.

Would be really helpful to see this transaction code in the repo!

@turbolent turbolent removed their assignment Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants