# Get Started With Casper
## 1. Create and deploy a simple, smart contract with cargo casper and cargo test
#### Build the Contract

#### Test the Contract

## 2. Complete one of the existing tutorials for writing smart contracts
Tutorial 4: **Multi-Signature Tutorial**
#### Implementing the Smart Contract & Building the Smart Contract

#### Setting up a local Casper Network


#### Setting up the Client & Testing the Client & Exploring the Client Code

## 3. Demonstrate key management concepts by modifying the client in the Multi-Sig tutorial to address one of the additional scenarios
Scenario 2: **deploying with special keys**
#### Modified client code

#### Initial state of the account *(single key for management and deployment)*

#### Final state of the account *(special key for deployment added)*

## 4. Learn to transfer tokens to an account on the Casper Testnet
#### Source account

#### Target account

#### Direct transfer of 75 CSPR

#### Target account after transfer

## 5. Learn to Delegate and Undelegate on the Casper Testnet
#### Delegation of 480 CSPR


#### Undelegation of 480 CSPR
