Solidbyte¶
Solidbyte is a toolkit for writing Ethereum smart contracts.
Quickstart¶
Here’s the quickest way to get started.
#!/bin/sh
pip install solidbyte
sb init
You may want to setup a Python virtual environment and your system may require some installed dependencies. For full installation instructions, see Install.