基于区块链的毕业设计Ethermint – 乙醚薄荷
本文提供基于区块链的毕业设计国外最新区块链项目源码下载,包括solidity,eth,fabric等blockchain区块链,基于区块链的毕业设计Ethermint – 乙醚薄荷 是一篇很好的国外资料
Ethermint
Ethermint is a scalable, high-throughput Proof-of-Stake blockchain that is fully compatible and interoperable with Ethereum. It’s build using the the Cosmos SDK which runs on top of Tendermint Core consensus engine.
WARNING: Ethermint is under VERY ACTIVE DEVELOPMENT and should be treated as pre-alpha software. This means it is not meant to be run in production, its APIs are subject to change without warning and should not be relied upon, and it should not be used to hold any value. We will remove this warning when we have a release that is stable, secure, and properly tested.
Note: Requires Go 1.14+
Quick Start
To learn how the Ethermint works from a high-level perspective, go to the Introduction section from the documentation.
For more, please refer to the Ethermint Docs, which are also hosted on docs.ethermint.zone.
Tests
Unit tests are invoked via:
make test
To run JSON-RPC tests, execute:
make test-rpc
There is also an included Ethereum mainnet exported blockchain file in importer/blockchain
that includes blocks up to height 97638
. To execute and test a full import of these blocks using the EVM module, execute:
make test-import
You may also provide a custom blockchain export file to test importing more blocks via the --blockchain
flag. See TestImportBlocks
for further documentation.
Community
The following chat channels and forums are a great spot to ask questions about Ethermint:
- Cosmos Discord
- Cosmos Forum
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products. Learn more.
We use optional third-party analytics cookies to understand how you use GitHub.com so we can build better products.
You can always update your selection by clicking Cookie Preferences at the bottom of the page. For more information, see our Privacy Statement.
Essential cookies
We use essential cookies to perform essential website functions, e.g. they’re used to log you in. Learn more
Always active
Analytics cookies
We use analytics cookies to understand how you use our websites so we can make them better, e.g. they’re used to gather information about the pages you visit and how many clicks you need to accomplish a task. Learn more
Ethermint
Ethermint是一个可扩展、高吞吐量的权益证明区块链blockchain,与以太坊eth完全兼容并可互操作。它是使用运行在Tendermint核心共识引擎上的Cosmos SDK构建的。
警告:Ethermint正处于非常活跃的开发阶段,应该被视为alpha之前的软件。这意味着它不是要在生产中运行的,它的api可能会在没有警告的情况下发生更改,不应该依赖它,也不应该用来保存任何值。当我们有一个稳定、安全且经过适当测试的版本时,我们将删除此警告。
注意:需要Go 1.14+
Quick Start
要从高层角度了解Ethermint是如何工作的,请转到文档中的简介部分。
有关更多信息,请参阅Ethermint文档,该文档也位于docs.ethermint.zone文件.
Tests
单元测试通过以下方式调用:
make test
要运行JSON-RPC测试,请执行:
make test-rpc
在importer/blockchain中还有一个包含的以太坊ethmainnet导出的区块链blockchain文件,该文件包括高达97638的块。要使用EVM模块执行和测试这些块的完全导入,请执行:
make test-import
您还可以提供一个自定义区块链blockchain导出文件,以测试通过–blockchain标志导入更多块。有关进一步的文档,请参阅TestImportBlocks。
Community
以下聊天频道和论坛是询问有关Ethermint的问题的好地方:
- Cosmos Discord
- Cosmos Forum
我们使用可选的第三方分析cookies来了解您如何使用GitHub.com网站所以我们可以制造更好的产品。了解更多。
我们使用可选的第三方分析cookies来了解您如何使用GitHub.com网站所以我们可以制造更好的产品。
您可以随时通过单击页面底部的Cookie首选项来更新您的选择。有关更多信息,请参阅我们的隐私声明。
Essential cookies
我们使用基本Cookie来执行基本的网站功能,例如,它们用于让您登录。了解更多
Always active
Analytics cookies
我们使用analytics Cookie来了解您如何使用我们的网站,以便我们能够使其变得更好,例如,它们用于收集有关您访问的页面以及完成一项任务需要多少次单击的信息。了解更多信息
部分转自网络,侵权联系删除区块链源码网
区块链知识分享网, 以太坊dapp资源网, 区块链教程, fabric教程下载, 区块链书籍下载, 区块链资料下载, 区块链视频教程下载, 区块链基础教程, 区块链入门教程, 区块链资源 » 基于区块链的毕业设计Ethermint – 乙醚薄荷