Closed tareknaser closed 1 year ago
This pull request implements Polkadot node interactions into Solang's CLI, allowing users to:
Polkadot
Solang
upload
instantiate
call
remove
Example: solang polkadot upload --suri //Alice --network rococo -x --output-json flipper.contract
solang polkadot upload --suri //Alice --network rococo -x --output-json flipper.contract
integration/polkadot/cli_test.sh
Moved to https://github.com/hyperledger/solang-aqd
Description:
This pull request implements
Polkadot
node interactions intoSolang
's CLI, allowing users to:upload
instantiate
call
remove
Key features include:
Example:
solang polkadot upload --suri //Alice --network rococo -x --output-json flipper.contract
Checklist
integration/polkadot/cli_test.sh
.