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 build
Declare the class hash of the contract by running the command below.
starkli declare target/dev/coin_flip_CoinFlip.contract_class.json
Deploy an instance of the contract by running the command below.
starkli deploy <CLASS_HASH> <CONSTRUCTORS...>
Made with ❤️ by Berzan.