Additional instructions for developers.
Install solc-js globally:
npm install -g solc
Then navigate to the /contracts
directory and compile contract Review.sol
like this:
solcjs --bin Review.sol
Rename .env.sample
to .env
and put in your Hedera testnet credentials (Account Id and Private Key). From the plugin root directory run:
node utils/deployContract.js
Rename .env.sample
to .env
and put in your Hedera mainnet credentials (Account Id and Private Key). From the plugin root directory run:
node utils/deployContract.js mainnet