Installation

Prerequisites

  • Python 3.8 or higher

  • Pipenv or Pip

  • Access to an Ethereum-compatible blockchain (e.g. Infura or Alchemy)

Steps

  1. Clone the repository:

git clone https://github.com/sonclabs/sonc.git
cd sonc
  1. Install the dependencies:

pip install -r requirements.txt
  1. Set up your environment variables:

export WEB3_PROVIDER_URI=https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID
  1. Start Sonc Labs

python main.py

Last updated