We will deploy and run the sample contract on Burrow in this recipe.
Deploying and calling the Ethereum smart contract on Burrow
Getting ready
In order to deploy the sample contract written with Solidity onto Burrow, the Solidity compiler needs to be installed on Linux:
- Install the Solidity compiler:
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc
- Verify that the Solidity compiler, solc, is installed with the following command:
ubuntu@ip-172-31-90-67:~/go/src/hello$ solc --version
solc, the solidity compiler commandline interface
Version: 0.4.25+commit.59dbf8f1.Linux.g++