2024-04-29 区块链-项目-记录

摘要:

2024-04-29 区块链-项目-记录

区块链项目记录:
 

(1) C++

  • 比特币(BTC)

github: https://github.com/bitcoin/bitcoin

  • 莱特币(LTC)

github: https://github.com/litecoin-project/litecore-litecoin

  • 瑞波币(XRP)

github: https://github.com/bitcoin/bitcoin

  • 恒星币(XLM)

github: https://github.com/stellar/stellar-core

  • EOS

github: https://github.com/EOSIO/eos

说明:EOS上的智能合约使用C++语言开发

  • 比特股(bitshares)

github: https://github.com/bitshares/bitshares-core

说明:比特股是EOS的前身,不支持智能合约

  • 门罗币(XMR)

github: https://github.com/monero-project/monero

(2) Go

  • 以太坊(ETH)

github: https://github.com/ethereum/go-ethereum

说明:以太坊是基于PoW共识算法的公链,但也支持基于PoA共识算法的联盟链或私链。以太坊上的智能合约使用Solidity语言开发,Solidity的语法类似于JavaScript,学习门槛低,易于被掌握和使用

  • 超级账本fabric

github: https://github.com/hyperledger/fabric

说明:fabric是用于联盟链或私链,超级账本可以使用go、java或者nodejs来开发智能合约,其中支持最好的还是go语言

  • IPFS(FIL)

github:https://github.com/ipfs/go-ipfs/

  • LINK

github:https://github.com/smartcontractkit/chainlink

(3) Java

  • 波场(TRX)

github: https://github.com/tronprotocol/java-tron

(4) Rust

  • 波卡

github: https://github.com/paritytech/polkadot

说明:波卡的基础框架substrate见 <a href="https://substrate.dev/"> https://substrate.dev/

  • Solana

github: https://github.com/solana-labs

说明:相比于以太坊,solana项目是一个快速崛起的大热项目,号称要挑战以太坊的地位。它由前高通,英特尔和Dropbox工程师于2017年底创立,是一种单链委托权益证明协议,其重点是在不降低分散性或安全性的前提下提供可扩展性。Solana扩展解决方案的核心是名为“历史证明(PoH)”的分散式时钟,旨在解决分布式网络中没有单个可信赖时间源的时间问题。


 

(5) C#

  • 小蚁NEO

github: https://github.com/neo-project/neo

说明:小蚁是国内比较有名的公链,最鼎盛时期币价曾达到1200多元,是国内少数的千倍币

相关推荐

  1. 2024-04-29 区块-项目-记录

    2024-04-29 21:56:04       34 阅读
  2. 2024-04-24 游戏开发-区块游戏-记录

    2024-04-29 21:56:04       37 阅读
  3. 2024-02-16 web3-区块-keypass记录

    2024-04-29 21:56:04       56 阅读
  4. 区块学习记录01

    2024-04-29 21:56:04       31 阅读
  5. 2024-04-30 区块-timi.net-大陆员工办公规定-记录

    2024-04-29 21:56:04       35 阅读
  6. 2024-04-30 区块-以太坊-相关文档

    2024-04-29 21:56:04       32 阅读
  7. 2024-05-01 区块-比特币-相关文档

    2024-04-29 21:56:04       36 阅读
  8. 区块使用记录

    2024-04-29 21:56:04       48 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-29 21:56:04       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-29 21:56:04       101 阅读
  3. 在Django里面运行非项目文件

    2024-04-29 21:56:04       82 阅读
  4. Python语言-面向对象

    2024-04-29 21:56:04       91 阅读

热门阅读

  1. flume配置

    2024-04-29 21:56:04       34 阅读
  2. python绘制三维散点图

    2024-04-29 21:56:04       35 阅读
  3. 嵌入式学习——C语言基础——day12

    2024-04-29 21:56:04       37 阅读
  4. Python学习路线图及开源库和工具推荐

    2024-04-29 21:56:04       25 阅读
  5. Seata分布式事务!!!

    2024-04-29 21:56:04       33 阅读
  6. 统计字符次数

    2024-04-29 21:56:04       36 阅读
  7. APP漏洞频发怎么办?渗透测试有用吗

    2024-04-29 21:56:04       34 阅读
  8. leetcode1146--快照数组

    2024-04-29 21:56:04       38 阅读