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
It is a simple fungible token managed by a reference NFT. The NFT has a state that specifies the remaining total supply of the tokens available to mint. If you control the NFT, you can mint new tokens.
Build with:
```sh
charms app build
```
The resulting RISC-V binary will show up at
`./target/elf-compilation/riscv32im-succinct-zkvm-elf/release/{{project-name}}` (as well as `./elf/riscv32im-succinct-zkvm-elf`).
Get the verification key for the app with:
```sh
charms app vk
```
Test the app with a simple NFT mint example:
```sh
export app_vk=$(charms app vk)
# set to a UTXO you're spending to mint the NFT (you can see what you have by `b listunspent`)