Before starting work, you need to install the abigen tool.
# Install libraries sudo apt install libgmp-dev libssl-dev # Build to generate abigen git clone https://github.com/PhoenixGlobal/Phoenix-Chain-SDK.git cd Phoenix-Chain-SDK go mod tidy make all sudo cp -f ./build/bin/abigen /usr/local/bin/
Last updated 1 year ago