zkapp-cli
Version:
CLI to create zkApps (zero-knowledge apps) for Mina Protocol
13 lines (12 loc) • 527 B
TypeScript
/**
* This file specifies how to run the `TicTacToe` smart contract locally using the `Mina.LocalBlockchain()` method.
* The `Mina.LocalBlockchain()` method specifies a ledger of accounts and contains logic for updating the ledger.
*
* Please note that this deployment is local and does not deploy to a live network.
* If you wish to deploy to a live network, please use the zkapp-cli to deploy.
*
* To run locally:
* Build the project: `$ npm run build`
* Run with node: `$ node build/src/run.js`.
*/
export {};