上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 零知识证明(Zero Knowledge Proof)指的是,证明的人可以向验证的人,在不透露任何有用信息的情况下,使得验证者相信该结论是对的。 三种零知识证明技术:zk-SNARKs, Zk-STARKs和 BulletProofs 1、Bulletproofs 和 Zk-STARKs 不需要可信 阅读全文
posted @ 2023-01-18 16:43 apeNote 阅读(352) 评论(0) 推荐(0) 编辑
摘要: http://t.zoukankan.com/aGboke-p-14024631.html 阅读全文
posted @ 2022-12-20 00:18 apeNote 阅读(50) 评论(0) 推荐(0) 编辑
摘要: https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/introduction.html 阅读全文
posted @ 2022-12-19 14:06 apeNote 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1、 阅读全文
posted @ 2022-12-08 19:11 apeNote 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 个人微博:https://weibo.com/u/2434823180 Blog: https://apenote.github.io 知乎:https://www.zhihu.com/people/3-33-52-32 vx: apedamoon 区块链通识 区块链技术基础 区块链原理 挖矿原理 阅读全文
posted @ 2022-12-08 13:18 apeNote 阅读(74) 评论(0) 推荐(0) 编辑
摘要: npx hard hat 编译报错 * Invalid account: #0 for network: goerli - private key too short, expected 32 bytes 解决方式: 大意了,不是地址,是私钥 我的交流微博:https://weibo.com/u/2 阅读全文
posted @ 2022-12-02 13:52 apeNote 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 我的交流微博:https://weibo.com/u/2434823180 npx hardhat compile 报错 Error HH8: There's one or more errors in your config file: * Invalid value undefined for 阅读全文
posted @ 2022-12-02 13:44 apeNote 阅读(344) 评论(0) 推荐(0) 编辑
摘要: test 在alchemyapi.io 创建 dapp 进入主页,查看配置 view Key 安装插件 npm install dotenv --save 创建 .env 文件, 把 上面的 view key 复制到下面 API_URL = "" PRIVATE_KEY = "" 修改 hardha 阅读全文
posted @ 2022-11-20 17:47 apeNote 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 欢迎微博私信交流: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 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 设置 paths 参数 使编译后的文件在 指定路径下 module.exports = { solidity: "0.8.17", paths: { artifacts: "./src/artifacts", }, networks: { hardhat: { chainId: 1337, }, } 阅读全文
posted @ 2022-11-20 12:27 apeNote 阅读(60) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页