论坛
潜水/灌水快乐,沉淀知识,认识更多同行。
ToB圈子
加入IT圈,遇到更多同好之人。
朋友圈
看朋友圈动态,了解ToB世界。
ToB门户
了解全球最新的ToB事件
博客
Blog
排行榜
Ranklist
文库
业界最专业的IT文库,上传资料也可以赚钱
下载
分享
Share
导读
Guide
相册
Album
记录
Doing
搜索
本版
文章
帖子
ToB圈子
用户
免费入驻
产品入驻
解决方案入驻
公司入驻
案例入驻
登录
·
注册
只需一步,快速开始
账号登录
立即注册
找回密码
用户名
Email
自动登录
找回密码
密码
登录
立即注册
首页
找靠谱产品
找解决方案
找靠谱公司
找案例
找对的人
专家智库
悬赏任务
圈子
SAAS
ToB企服应用市场:ToB评测及商务社交产业平台
»
论坛
›
区块链
›
区块链
›
Substrate 区块链应用开发之存证模块的功能开发 ...
Substrate 区块链应用开发之存证模块的功能开发
河曲智叟
金牌会员
|
2024-5-20 13:59:52
|
显示全部楼层
|
阅读模式
楼主
主题
817
|
帖子
817
|
积分
2451
Substrate 区块链应用开发之存证模块的功能开发
存证是一种在线服务,可用于在某一时间点验证盘算机文件的存在性,最早是通过比特币网络带偶然间戳的交易实现的。
存证的应用场景有:
数字版权
司法存证
供应链溯源
电子发票
...
存证的作用是:
证实文件在某一时间点确实存在
证实文件在某一时间点确实没有被篡改
证实文件在某一时间点确实由某个人创建
实操
Open a terminal shell on your computer.
Clone the node template repository by running the following command:
git clone https://github.com/substrate-developer-hub/substrate-node-template
复制代码
Change to the root of the node template directory by running the following command:
cd substrate-node-template
复制代码
Create a new branch to contain your work:
git switch -c my-learning-branch-2024-04-05
复制代码
Compile the node template by running the following command:
cargo build --release
复制代码
In the same terminal where you compiled your node, you can now start the node in development mode by running the following command:
./target/release/node-template --dev --tmp
复制代码
polkadot.js.org/apps 查看
交易前查询状态 None
交易
提交交易
交易后查询状态
问题
编译报错后使用的下令
cargo clean
cargo update
cargo update -p wasm-bindgen
cargo update -p librocksdb-sys
cargo update -p schnorrkel@0.11.4
cargo update -p anstream@0.6.13 -Z sparse-registry
复制代码
编译报错:error[E0220]: associated type BlockNumber not found for T
办理: 更换T::BlockNumber为BlockNumberFor
https://substrate.stackexchange.com/questions/9848/associated-type-blocknumber-not-found-for-t
参考
https://docs.substrate.io/tutorials/build-a-blockchain/build-local-blockchain/
https://substrate.stackexchange.com/questions/9848/associated-type-blocknumber-not-found-for-t
https://polkadot.js.org/apps
更多详情
https://github.com/qiaopengjun5162/substrate-pallets-poe
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
本帖子中包含更多资源
您需要
登录
才可以下载或查看,没有账号?
立即注册
x
回复
使用道具
举报
0 个回复
倒序浏览
返回列表
快速回复
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
or
立即注册
本版积分规则
发表回复
回帖并转播
回帖后跳转到最后一页
发新帖
回复
河曲智叟
金牌会员
这个人很懒什么都没写!
楼主热帖
为什么你的局域网需要https加密?怎么 ...
大数据 - ClickHouse
黑客常见攻击流程
综述计算机中关于数符的表示方法 ...
在K8S中,DaemonSet类型资源特性? ...
为什么一定要从DevOps走向BizDevOps? ...
Flutter项目打包生成APK
WebGL 及其在 WebRTC 中的应用
MySQL中WHERE后跟着N多个OR条件会怎样. ...
【Java并发入门】03 互斥锁(上):解 ...
标签云
挺好的
服务器
快速回复
返回顶部
返回列表