Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Clone the repository on your machine

Code Block
git clone -b masterdev https://github.com/CasperLabs/CasperLabs.git

...

3. Compile contracts

Code Block
cd CasperLabs
cd execution-engine
make setup
make build-contracts

...

Send a deployment to add a new key (key2)to the transfer contract account of Key1 - this deploy is signed by key1

...