上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: 交流微博:https://weibo.com/u/2434823180 安装metamask 先安装metamask插件: metamask.io 创建使用metamask 创建新钱包,输入完密码,并手抄助记词,完成页面 设置 本地端口8545 测试网络 metamask 换本地测试网 点击“显示/ 阅读全文
posted @ 2022-11-20 11:27 apeNote 阅读(758) 评论(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 阅读(235) 评论(0) 推荐(0) 编辑
摘要: hardhat 是智能合约开发框架 hardhat 和 truffle 的对比 truffle 比较早期的开发工具,但对比 hardhat 比较难用. 现在大多 智能合约都会普遍使用 hardhat. hardhat 安装 npm install --save-dev hardhat 创建 hard 阅读全文
posted @ 2022-11-18 21:29 apeNote 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 1、https://www.cnblogs.com/zccst/p/14406916.html 2、https://www.qikegu.com/docs/4933 3、https://www.tryblockchain.org/ 阅读全文
posted @ 2022-07-21 13:58 apeNote 阅读(40) 评论(0) 推荐(0) 编辑
摘要: https://github.com/adrianhajdin/project_web3.0 阅读全文
posted @ 2022-07-20 15:41 apeNote 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://github.com/joYyHack/Yield-Aggregator 阅读全文
posted @ 2022-07-20 15:31 apeNote 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://github.com/zhubaitian/naivecoin 阅读全文
posted @ 2022-07-20 14:15 apeNote 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 把项目删了,重新部署 阅读全文
posted @ 2022-07-19 11:08 apeNote 阅读(94) 评论(0) 推荐(0) 编辑
摘要: Cannot read properties of null (reading 'pickAlgorithm') npm ERR! Cannot read properties of null (reading 'pickAlgorithm') npm ERR! A complete log of 阅读全文
posted @ 2022-07-19 09:43 apeNote 阅读(5045) 评论(0) 推荐(0) 编辑
摘要: infura 可以让 dapp 快速接入以太坊平台。 像metamask, Opera, uniswap 都用到了 infura 使用 https://infura.io/ 创建工程 随便创建一个,输入一个名字 创建完成,可以看到projectId 等等信息 阅读全文
posted @ 2022-07-18 16:18 apeNote 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页