文件名称:waves-deployer:部署DAO合同
文件大小:29KB
文件格式:ZIP
更新时间:2024-04-29 14:49:03
TypeScript
Waves合同部署者 该软件包可帮助您根据准备好的配置文件将准备好的合同部署到区块链 配置 { " host " : " https://nodes-testnet.wavesnodes.com " , " chainId " : " T " , // W for mainnet and T for testnet // Address with a non-zero balance for deployment operations contracts " deposit " : " seed phrase " , " contracts " : [ { // Required. The text of the contract in base64 encoding " script " : " base64 string " ,
【文件预览】:
waves-deployer-master
----cli.js(464B)
----.gitignore(69B)
----tsconfig.json(313B)
----README.md(2KB)
----.github()
--------test()
--------workflows()
----package.json(1012B)
----src()
--------deployer.model.ts(1KB)
--------deployer.ts(6KB)
--------action.ts(162B)
--------index.ts(853B)
----action.yml(275B)
----package-lock.json(75KB)