smart-contracts:链口协议智能合约

时间:2024-04-27 10:19:11
【文件属性】:

文件名称:smart-contracts:链口协议智能合约

文件大小:286KB

文件格式:ZIP

更新时间:2024-04-27 10:19:11

Solidity

智能合约 Chainport协议的实现 开发人员指示 安装依赖性 yarn install 创建.env文件,并确保它具有以下信息: PK=YOUR_PRIVATE_KEY USERNAME=CHAINPORT PROJECT=CHAINPORT_PROTOCOL 编译代码 npx hardhat clean (清除缓存并删除所有工件) npx hardhat compile (编译整个项目,构建所有工件) 部署代码 npx hardhat node (在Hardhat Network顶部启动JSON-RPC服务器) npx hardhat run --network {network} scripts/{desired_deployment_script} 平整合约 npx hardhat flatten ( npx hardhat flatten并打印合同及其依赖项) 部署的


网友评论