当前位置:网站首页>Web3.0 series distributed storage IPFs
Web3.0 series distributed storage IPFs
2022-07-07 10:01:00 【Luchena】
background
web3.0 Focus on decentralization , Return the data to the user , At present, the effective underlying storage is distributed storage ipfs. This protocol divides data into segments , Perform multi node backup , And then through hash Aggregate to get the original file . There are several characteristics : Worldwide distributed network , Segmented storage 、merkle-tree polymerization , Multiple backup , permanent , Difficult to attack, etc . stay web3.0 Is expected to replace http agreement , Block chain ( Not enough to carry large amounts of data ) Combination composition web3.0 The bottom of the .
application
install
git clone https://github.com/ipfs/go-ipfs.git
cd go-ipfs
make install
This one uses go Source code to install , There are other ways .
start-up
1、ipfs init
It will be initialized , There is a default configuration , Directory in ~/.ipfs
2、ipfs daemon
Open the back-end service of the visual interface
You can access it locally through the browser :http://127.0.0.1:5001/webui
3、 Simple operation
Documents can be transferred through ipfs Interface operation , You can also use the command line
ipfs add Add files
ipfs get get files
Others can go through ipfs help To view the
边栏推荐
- C# XML的应用
- Can flycdc use SqlClient to specify mysqlbinlog ID to execute tasks
- 2020浙江省赛
- 基于智慧城市与储住分离数字家居模式垃圾处理方法
- Switching value signal anti shake FB of PLC signal processing series
- Scratch crawler mysql, Django, etc
- Analyze Android event distribution mechanism according to popular interview questions (I)
- Flex flexible layout
- Please ask me a question. I started a synchronization task with SQL client. From Mysql to ADB, the historical data has been synchronized normally
- [4g/5g/6g topic foundation-146]: Interpretation of white paper on 6G overall vision and potential key technologies-1-overall vision
猜你喜欢
CentOS installs JDK1.8 and mysql5 and 8 (the same command 58 in the second installation mode is common, opening access rights and changing passwords)
Win10安装VS2015
小程序实现页面多级来回切换支持滑动和点击操作
ORM--分组查询,聚合查询,查询集QuerySet对象特性
[original] what is the core of programmer team management?
Applet sliding, clicking and switching simple UI
Dynamics 365online applicationuser creation method change
[Frida practice] "one line" code teaches you to obtain all Lua scripts in wegame platform
Switching value signal anti shake FB of PLC signal processing series
Bean 作⽤域和⽣命周期
随机推荐
Before joining the chain home, I made a competitive product analysis for myself
ORM--分组查询,聚合查询,查询集QuerySet对象特性
js逆向教程第二发-猿人学第一题
[Frida practice] "one line" code teaches you to obtain all Lua scripts in wegame platform
arcgis操作:dwg数据转为shp数据
Luogu p2482 [sdoi2010] zhuguosha
细说Mysql MVCC多版本控制
JS逆向教程第一发
phpcms实现PC网站接入微信Native支付
2016 CCPC Hangzhou Onsite
The combination of over clause and aggregate function in SQL Server
How to become a senior digital IC Design Engineer (5-2) theory: ULP low power design technology (Part 1)
如何成为一名高级数字 IC 设计工程师(5-2)理论篇:ULP 低功耗设计技术精讲(上)
请教个问题,我用sql-client起了个同步任务,从MySQL同步到ADB,历史数据有正常同步过去
Please ask me a question. I started a synchronization task with SQL client. From Mysql to ADB, the historical data has been synchronized normally
2020浙江省赛
CDZSC_ 2022 winter vacation personal training match level 21 (1)
[bw16 application] Anxin can realize mqtt communication with bw16 module / development board at instruction
Switching value signal anti shake FB of PLC signal processing series
ORM--数据库增删改查操作逻辑