Solidity code for the on-chain component of Decentagram project
- GitHub action will automatically build releasing smart contracts on every version tag
- The latest release build can be found at Releases
- Install
nodeenv
using the following command if it's not installedpython3 -m pip install nodeenv
nodeenv
is used to create a virtual environment fornpm
packages
- run
make
command under project's root directory, and the generated binary files can be find underbuild
directory - The
solc
compiler version can be configured inutils/nodeenv-requirements.txt