会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
apeNote
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
2022年11月20日
智能合约全栈开发示例(二)-- 安装使用metamask并设置本地测试网络
摘要: 交流微博:https://weibo.com/u/2434823180 安装metamask 先安装metamask插件: metamask.io 创建使用metamask 创建新钱包,输入完密码,并手抄助记词,完成页面 设置 本地端口8545 测试网络 metamask 换本地测试网 点击“显示/
阅读全文
posted @ 2022-11-20 11:27 apeNote
阅读(758)
评论(0)
推荐(0)
编辑
2022年11月19日
智能合约全栈开发示例(一)-hardhat、solidity和react开发
摘要: 交流微博: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)
编辑
2022年11月18日
hardhat使用
摘要: hardhat 是智能合约开发框架 hardhat 和 truffle 的对比 truffle 比较早期的开发工具,但对比 hardhat 比较难用. 现在大多 智能合约都会普遍使用 hardhat. hardhat 安装 npm install --save-dev hardhat 创建 hard
阅读全文
posted @ 2022-11-18 21:29 apeNote
阅读(228)
评论(0)
推荐(0)
编辑
2022年7月21日
学solidity语法的网站
摘要: 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)
编辑
2022年7月20日
一个合适初学的web3项目
摘要: 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)
编辑
github上面一个手动实现区块链的例子
摘要: https://github.com/zhubaitian/naivecoin
阅读全文
posted @ 2022-07-20 14:15 apeNote
阅读(150)
评论(0)
推荐(0)
编辑
2022年7月19日
Error: Cannot find module 'babel-runtime/core-js/object/keys'
摘要: 把项目删了,重新部署
阅读全文
posted @ 2022-07-19 11:08 apeNote
阅读(94)
评论(0)
推荐(0)
编辑
Cannot read properties of null (reading 'pickAlgorithm')
摘要: 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)
编辑
2022年7月18日
infura---以太坊基础设施
摘要: 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
下一页
公告