Quick Start Guide

January 21, 2021 ยท View on GitHub

  1. Clone the repository:
git clone git@github.com:Cerebellum-Network/private-standalone-network-node.git
  1. Run this command from the root directory in order to up and run single blockchain node on your local machine and play with it:
docker-compose -f ./docker-compose.public.yml up -d
  1. Now you should have standalone node running on your local machine and you can access it via Polkadot Block viewer. You should be able to see the basic stats: initial-screen
  2. Now, let's deploy Smart Contract to the Network using this guide.
  3. Check out the list of features which available for Cere Enterprise Smart Contract.

Enjoy!