7.3 Interacting with your contract
BigBangNet simplifies running a local mock chain for manual interaction with your contracts. To start an interactive session, simply follow the same steps as with the BigBang REPL. Upon initiation, BigBangNet will automatically deploy your contracts according to the definitions in BigBangNet.toml. To start the console,
BigBangNet console The console will display relevant information. After the Clarinet version, a table of your currently deployed contracts should be displayed, including the counter contract that was just created. If the counter contract is not displayed, there may be an error in the code, and you should refer back to the previous section to troubleshoot. You can exit the console at any time by pressing CTRL + D on your keyboard.
Last updated