Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyue201/awesome-filecoin
filecoin资源导航
https://github.com/liyue201/awesome-filecoin
List: awesome-filecoin
Last synced: 3 months ago
JSON representation
filecoin资源导航
- Host: GitHub
- URL: https://github.com/liyue201/awesome-filecoin
- Owner: liyue201
- Created: 2020-10-13T02:55:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T08:59:44.000Z (almost 4 years ago)
- Last Synced: 2024-04-11T22:06:04.947Z (7 months ago)
- Homepage:
- Size: 7.69 MB
- Stars: 13
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-filecoin - Filecoin资源导航. (Other Lists / PowerShell Lists)
README
## 官方文档
- [Filecoin Spec](https://spec.filecoin.io/)
- [Filecoin Docs](https://docs.filecoin.io/)
- [Lotus JSON API](https://documenter.getpostman.com/view/4872192/SWLh5mUd?version=latest)
- [网络(主网、测试网等)](https://network.filecoin.io/)## 区块链浏览器
- [官方浏览器 stats](https://stats.testnet.filecoin.io/) - **官方**
- [Filscout](https://filscout.io/en/) - 星际联盟团队开发
- [官方 Filscan](https://filscan.io/)
- [1475ipfs](https://1475ipfs.com/#/blockBrowser) - 1475 团队开发
- [FilFox](https://filfox.info/zh) - 6Block 团队
- [Filplorer](https://filplorer.com/) - 未知
## github资源分享
- [Filecoin 资源分享](https://github.com/CoinSummer/filecoin)## 源码分析
- [lotus存储管理调度](sched.md)
- [Gas费公式](gasfee.md)## 技术文章
- [Filecoin - 逻辑梳理及源代码导读](https://learnblockchain.cn/article/679)
- [Filecoin - PoRep和PoSt算法源代码导读](https://learnblockchain.cn/article/680)
- [Filecoin - Lotus存储证明了什么?](https://learnblockchain.cn/article/681)
- [Filecoin - AMA的一些理解](https://learnblockchain.cn/article/826)
- [Filecoin - testnet3中Sector处理逻辑变化](https://learnblockchain.cn/article/828)
- [Filecoin - PoREP电路介绍](https://learnblockchain.cn/article/890)
- [Filecoin - Snark as a Service数据量分析](https://learnblockchain.cn/article/891)
- [Filecoin - winningPoSt逻辑介绍](https://learnblockchain.cn/article/948)
- [Filecoin - Sector状态管理逻辑](https://learnblockchain.cn/article/1144)
- [Filecoin - Precommit2计算介绍](https://learnblockchain.cn/article/1171)
- [Filecoin - 深入理解存储管理](https://learnblockchain.cn/article/1362)
- [Filecoin - Gas计算](https://learnblockchain.cn/article/1424)
- [Filecoin - 深入理解SDR算法](https://blog.csdn.net/StarLi2020/article/details/107576768)
- [Filecoin - SDR性能优化原理分析](https://learnblockchain.cn/article/1505)
- [Filecoin为什么需要GPU?](https://learnblockchain.cn/2019/11/28/filecoin-GPU)
- [Gas费是什么?](https://www.ipfsnews.net/detail?articleId=2395)
## 部署
- [lotus环境搭建](https://www.cnblogs.com/tomtellyou/p/12212581.html)
- [开始 Lotus 挖矿](http://www.r9it.com/20191020/start-mining-lotus.html)
- [构建lotus docker镜像](https://github.com/liyue201/lotus-docker)## IPFS
- [IPFS与Filecoin 从入门到精通](https://github.com/xipfs/IPFS-Internals)