# 1. Create and deploy a simple, smart contract with cargo casper and cargo test
Following the procedure at https://docs.casperlabs.io/en/latest/dapp-dev-guide/setup-of-rust-contract-sdk.html...
<details>
<summary>Click to expand full prior screenshot history ...</summary>



</details>

# 2. Complete one of the existing tutorials for writing smart contracts
Following the ERC20 tutorial at https://docs.casperlabs.io/en/latest/dapp-dev-guide/tutorials/erc20/index.html...
Reviewed source at https://github.com/casper-ecosystem/erc20
<details>
<summary>Click to expand full prior screenshot history ...</summary>


</details>

# 3. Demonstrate key management concepts by modifying the client in the Multi-Sig tutorial to address one of the additional scenarios
Launching node and client as per https://docs.casperlabs.io/en/latest/dapp-dev-guide/tutorials/multi-sig/client.html...
<details>
<summary>Click to expand full prior screenshot history ...</summary>


...

...



...

</details>

Create new scenario:

Implement scenario 4 (managing lost & stolen keys), as described in https://docs.casperlabs.io/en/latest/dapp-dev-guide/tutorials/multi-sig/examples.html...

Run scenario...
<details>
<summary>Click to expand full prior screenshot history ...</summary>


</details>

# 4. Learn to transfer tokens to an account on the Casper Testnet.
Testnet transfer:
<details>
<summary>Click to expand full prior screenshot history ...</summary>


</details>

# 5. Learn to Delegate and Undelegate on the Casper Testnet.
Delegation carried out using https://testnet.cspr.live/...
<details>
<summary>Click to expand full prior screenshot history ...</summary>



</details>

Undelegation:
<details>
<summary>Click to expand full prior screenshot history ...</summary>




</details>
