Custom Token Launchpad - zkCloudWorker

Last FungibleToken standard is now supported

All the contracts are updated to support Allow updating the verification key (requiring a signature from the admin) by kantp · Pull Request #113 · MinaFoundation/mina-fungible-token · GitHub

API library is now being automatically generated

The @minatokens/api library is now being automatically generated from OpenAPI specification to ensure that OpenAPI and TypeScript specifications are in sync.

New example for using MinaTokens API with next.js

Check the https://zerocraft.minatokens.com/ and GitHub - zkcloudworker/web-token-example: MinaTokens web application example to see how the Mina FungibleTokens can be transferred with simple POST call.

Support chat
Click on the button in the lower right corner to get support thru chat or e-mail.

2 Likes

Added token image generation with AI

MinaTokens API upgraded on mainnet, devnet, and zeko

  • o1js 2.3.0
  • getTokenHolders endpoint:

https://github.com/SilvanaOne/token-api-example/blob/afc76991a2dada5abbb46ada54ce7115ac1a9b65/tests/token.test.ts#L97

https://docs.zkcloudworker.com/OpenAPI/get-token-holders

  • getTransactions endpoint:

https://github.com/SilvanaOne/token-api-example/blob/afc76991a2dada5abbb46ada54ce7115ac1a9b65/tests/token.test.ts#L107

https://docs.zkcloudworker.com/OpenAPI/get-transactions

  • Fixed issue with telegram and discord links
  • Some UI improvements
  • Token agent updated
1 Like