Use Dev Containers to setup a development enviroment quickly.
Or install necessary tools manually by following the instructions in .devcontainer/Dockerfile.
Build the contract by running the command below.
scarb buildDeclare the class hash of the contract by running the command below.
starkli declare target/dev/coin_flip_CoinFlip.contract_class.jsonDeploy an instance of the contract by running the command below.
starkli deploy <CLASS_HASH> <CONSTRUCTORS...>Made with ❤️ by Berzan.