登录 注册
当前位置:主页 > 资源下载 > 9 > 以太坊Solidity的REPL工具:solidity-repl

以太坊Solidity的REPL工具:solidity-repl

  • 更新:2024-09-15 17:46:50
  • 大小:84KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

团结代表 安装 # requires local RPC client $ npm install -g ganache-cli # install $ npm install -g solidity-repl 根据您的权限,您可能需要更大的锤子: sudo npm install -g solidity-repl --unsafe-perm=true --allow-root 用法 # Run RPC client on port 8545 $ ganache-cli $ solr Welcome to the Solidity REPL ! > uint a = 10 > uint b