Skip to main content

FungibleTokenDeployProps

Hierarchy

  • Exclude<DeployArgs, undefined>
    • FungibleTokenDeployProps

Index

Properties

allowUpdates

allowUpdates: boolean

Setting this to true will allow changing the verification key later with a signature from the deployer. This will allow updating the token contract at a later stage, for instance to react to an update of the o1js library. Setting it to false will make changes to the contract impossible, unless there is a backward incompatible change to the protocol. (see https://docs.minaprotocol.com/zkapps/writing-a-zkapp/feature-overview/permissions#example-impossible-to-upgrade and https://minafoundation.github.io/mina-fungible-token/deploy.html)

src

src: string

A source code reference, which is placed within the zkappUri of the contract account. Typically a link to a file on github.

symbol

symbol: string

The token symbol.

Page Options