pye_editor:发挥你的一切

时间:2024-04-30 12:41:14
【文件属性】:

文件名称:pye_editor:发挥你的一切

文件大小:874KB

文件格式:ZIP

更新时间:2024-04-30 12:41:14

JavaScript

PYE编辑 要求 NPM 安装 安装松露 npm install truffle -g 设置库 mkdir PYE cd PYE/ 取消装箱 truffle unbox smartcontractkit/box 通过运行以下命令安装依赖项: npm install # OR... yarn install 测试 npm test 部署 为了部署到kovan网络,Truffle将为您的助记符和RPC URL使用truffle-hdwallet-provider 。 在运行之前,设置环境变量$RPC_URL和$MNEMONIC $RPC_URL : npm run migrate:kovan 您还可以运行: truffle migrate --network kovan --reset 如果要使用松露命令。 本地区块链 :warning: 如果没有在本地部署Chainlink节点,则智能合


【文件预览】:
pye_editor-main
----package.json(3KB)
----test()
--------MyContract_test.js(7KB)
--------RandomNumberConsumer_test.js(2KB)
--------PriceConsumerV3_test.js(982B)
----.solhint.json(108B)
----LICENSE(1KB)
----package-lock.json(1.85MB)
----src()
--------index.js(158B)
--------abis()
--------serviceWorker.js(5KB)
--------contracts()
--------components()
----migrations()
--------6_mycontract_migration.js(1002B)
--------4_random_number_consumer.js(827B)
--------5_oracle_nft.js(151B)
--------3_price_consumer_v3.js(2KB)
--------1_initial_migration.js(115B)
----.gitignore(18B)
----public()
--------index.html(2KB)
----README.md(3KB)
----scripts()
--------read-contract.js(276B)
--------request-data.js(1KB)
--------fund-contract.js(820B)
--------price-consumer-scripts()
--------random-number-consumer-scripts()
----truffle-config.js(2KB)

网友评论