/sesan_v1

Primary LanguagePython

Sesan

Installation

Install geth Ethereum client

sudo apt-get install software-properties-common  
sudo add-apt-repository -y ppa:ethereum/ethereum  
sudo apt-get update  
sudo apt-get install ethereum

Install python3 package

pip3 install web3  
pip3 install py-solc-x

next, run python3 interpretor:

>>> import solcx
>>> solcx.get_available_solc_versions()
>>> solcx.install_solc(version)

Clone the repository

git clone "https://github.com/maxilix/Sesan"