Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 1.03 KB

quick-start.md

File metadata and controls

17 lines (14 loc) · 1.03 KB

Quick Start Guide

  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!