List of tutorialsΒΆ
tutorial01_getters.py - Working with getters of various types.
tutorial02_methods.py - Working with external methods.
tutorial03_constructors.py - Working with constructors.
tutorial04_messages.py - Dispatching messages between contracts and catching events.
tutorial05_deploy.py - Deploying a contract from a contract and working with it through wrappers.
tutorial06_signatures.py - Working with singed external calls and handling exceptions raised by a contract.
tutorial07_time.py - Fast-forwarding time however you need to.
tutorial08_balance.py - Fetching contract balance.
tutorial09_send_money.py - Send money and watch it travel within the virtual blockchain.
tutorial10_encode_call.py - Encode the payload for use in the transfer() call.
tutorial11_set_code.py - Using the contract code update functionality.