上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 欢迎微博私信交流:https://weibo.com/u/2434823180 React 代码 App.js import logo from './logo.svg'; import './App.css'; import React, {useState} from 'react' impor 阅读全文
posted @ 2022-11-20 16:55 apeNote 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 设置 paths 参数 使编译后的文件在 指定路径下 module.exports = { solidity: "0.8.17", paths: { artifacts: "./src/artifacts", }, networks: { hardhat: { chainId: 1337, }, } 阅读全文
posted @ 2022-11-20 12:27 apeNote 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 交流微博:https://weibo.com/u/2434823180 安装metamask 先安装metamask插件: metamask.io 创建使用metamask 创建新钱包,输入完密码,并手抄助记词,完成页面 设置 本地端口8545 测试网络 metamask 换本地测试网 点击“显示/ 阅读全文
posted @ 2022-11-20 11:27 apeNote 阅读(703) 评论(0) 推荐(0) 编辑
摘要: 交流微博:https://weibo.com/u/2434823180 创建 react 工程 先通过 npx 创建 react 工程,工程名称 full-stack-dapp npx create-react-app full-stack-dapp 然后进入 full-stack-dapp 目录 阅读全文
posted @ 2022-11-19 15:25 apeNote 阅读(217) 评论(0) 推荐(0) 编辑
摘要: hardhat 是智能合约开发框架 hardhat 和 truffle 的对比 truffle 比较早期的开发工具,但对比 hardhat 比较难用. 现在大多 智能合约都会普遍使用 hardhat. hardhat 安装 npm install --save-dev hardhat 创建 hard 阅读全文
posted @ 2022-11-18 21:29 apeNote 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 1、/zccst/p/14406916.html 2、https://www.qikegu.com/docs/4933 3、https://www.tryblockchain.org/ 阅读全文
posted @ 2022-07-21 13:58 apeNote 阅读(35) 评论(0) 推荐(0) 编辑
摘要: https://github.com/adrianhajdin/project_web3.0 阅读全文
posted @ 2022-07-20 15:41 apeNote 阅读(16) 评论(0) 推荐(0) 编辑
摘要: https://github.com/joYyHack/Yield-Aggregator 阅读全文
posted @ 2022-07-20 15:31 apeNote 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://github.com/zhubaitian/naivecoin 阅读全文
posted @ 2022-07-20 14:15 apeNote 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 把项目删了,重新部署 阅读全文
posted @ 2022-07-19 11:08 apeNote 阅读(93) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页