Skip to main content

2 docs tagged with "init"

View All Tags

Initialize a Smart Contract

The init function will automatically be called immediately after the first time the contract has been deployed to the VM. This is a one-time initialization call, meant to be performed by the contract deployment mechanism.

Use the Schema Tool

The `schema` tool will assist in creating a smart contract as unobtrusively as possible.