toronetdeploy
v2.0.0
Published
Deploy smart contracts to ToroNet
Downloads
17
Maintainers
Readme
toronetdeploy
Deploy smart contracts to ToroNet.
Install
Run via npx (no global install required):
npx toronetdeploy --file contracts/MyToken.sol --contract MyToken \
--owner 0xYourOwnerAddress --args '["0xabc...", "1000"]' --network testnetUsage Options
--filePath to the Solidity file containing the contract--contractName of the contract to deploy (must be in the specified file)--ownerAddress of the owner deploying the contract--argsConstructor arguments as JSON array or comma-separated values--networkNetwork to deploy to (default:testnet)--tokenOptional token for deployment
License: MIT
Author: Emmanuel Nwafor
