Installation
Prerequisites
Python 3.8 or higher
Pipenv or Pip
Access to an Ethereum-compatible blockchain (e.g. Infura or Alchemy)
Steps
Clone the repository:
git clone https://github.com/sonclabs/sonc.git
cd soncInstall the dependencies:
pip install -r requirements.txtSet up your environment variables:
export WEB3_PROVIDER_URI=https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_IDStart Sonc Labs
python main.pyLast updated