文件名称:ORS-Tokensale
文件大小:905KB
文件格式:ZIP
更新时间:2024-06-08 04:34:56
JavaScript
ORS-代币销售 初始结帐: git clone --recursive https://github.com/ORSGroup/ORS-Tokensale.git 或作为单独的步骤: git clone https://github.com/ORSGroup/ORS-Tokensale.git git submodule update --init --recursive 安装依赖项: cd ORS-Tokensale npm install 将工具链添加到PATH环境变量中: source ./set_path.sh 运行lint: solium -d contracts 编制合同: truffle compile --all 运行单元测试: truffle test