Axone是专门设计用于连接,共享和货币化AI堆栈中任何资源的公共DPOS层。它是一个开放网络,专门用于协作AI工作流程,该网络与任何数据,模型或基础架构都普遍兼容。数据,算法,存储,计算,API ...可以共享任何链上和链上的任何东西。
axoned是否构建在Cosmos SDK上的Axone网络的节点? &Tendermint共识,该共识允许公司和个人定义链链规则,共享任何非链资源并在其上创建新一代应用程序。
在介绍博客文章中阅读更多信息。有关Axone协议和网络经济学的高级概述,请查看白皮书。
验证者负责保护Axone网络。验证器职责包括保持具有恒定正常运行时间的功能节点,并提供足够数量的$ axone作为股份。为了换取此服务,验证者将获得块奖励和交易费用。
想成为验证者吗?结帐文档!
寻找网络加入吗?结帐网络!
axoned链目前支持以下构建:
| 平台 | 拱 | 地位 |
|---|---|---|
| 达尔文 | AMD64 | ✅ |
| 达尔文 | ARM64 | ✅ |
| Linux | AMD64 | ✅ |
| Linux | ARM64 | ✅ |
| 视窗 | AMD64 | 配x 不支持 |
注意:由于区块链取决于宇宙/WASMVM,因此我们仅支持该项目支持的目标。
所有版本都可以在这里找到。
axoned遵循语义版本控制2.0.0,以确定版本何时以及如何变化,我们还经常应用释放的哲学原理 - 经常发布。
curl https://i.jpillora.com/axone-protocol/axoned ! | bashmake installdocker run -ti --rm axoneprotocol/axoned --helpaxoned用GO编写并使用Cosmos SDK构建。在Axone区块链上还部署了许多智能合约,并在Axone-Protocol/Contracts项目中托管。
1.23+ ;make format-go ;Makefile ,请验证该make是否正确安装。该项目带有方便的Makefile ,可帮助您构建,安装,皮棉和测试项目。
$ make <target>
Targets:
lint Lint all available linters
lint-go Lint go source code
lint-proto Lint proto files
Format:
format Run all available formatters
format-go Format go files
format-proto Format proto files
Build:
build Build all available artefacts (executable, docker image, etc.)
build-go Build node executable for the current environment (default build)
build-go-all Build node executables for all available environments
build-docker Build docker image
Install:
install Install node executable
Test:
test Pass all the tests
test-go Pass the test for the go source code
Chain:
chain-init Initialize the blockchain with default settings.
chain-start Start the blockchain with existing configuration (see chain-init)
chain-stop Stop the blockchain
chain-upgrade Test the chain upgrade from the given FROM_VERSION to the given TO_VERSION.
Clean:
clean Remove all the files from the target folder
Proto:
proto Generate all resources for proto files (go, doc, etc.)
proto-gen Generate all the code from the Protobuf files
Documentation:
doc Generate all the documentation
doc-proto Generate the documentation from the Protobuf files
doc-command Generate markdown documentation for the command
doc-predicate Generate markdown documentation for all the predicates (module logic)
Mock:
mock Generate all the mocks (for tests)
Release:
release-assets Generate release assets
Dependencies:
deps Install all the dependencies (tools, etc.)
deps-tparse Install tparse v0.16.0 (github.com/mfridman/[email protected])
deps-heighliner Install heighliner v1.7.1 (github.com/strangelove-ventures/[email protected])
Help:
help Show this help.
This Makefile depends on docker. To install it, please follow the instructions:
- for macOS: https://docs.docker.com/docker-for-mac/install/
- for Windows: https://docs.docker.com/docker-for-windows/install/
- for Linux: https://docs.docker.com/engine/install/
要构建axoned节点,请调用Makefile的目标build-go :
make build-go该二进制将在文件夹target/dist下生成。
该项目利用Heighliner来简化生产级容器图像的管理和创建。要构建Docker映像,请在Makefile中使用build-docker目标:
make build-docker要初始化本地网络配置,请调用Makefile的目标chain-init :
make chain-init节点主目录将在文件夹target/deployment/localnet下生成。该配置包含一个验证器节点。
要启动网络,请调用Makefile的目标chain-start :
make chain-start钱包与某些令牌预先配置,您可以按以下方式使用:
axoned --home target/deployment/localnet tx bank send validator [to_address] [amount]如果您发现任何行为不期望的事情,如果您想提出建议或想请求新功能,请打开新问题。感谢您愿意提供的任何帮助!
不要犹豫,询问您是否在设置项目存储库,创建第一个分支或配置开发环境时遇到困难。导师和维护者在这里提供帮助!
| 日期 | 审核员 | 版本 | 报告 |
|---|---|---|---|
| 2024/08/22 | Blockapex | 2F0F84D(v10.0.0) | Axone区块链 - 最终审核报告.pdf |
Axone Discord Server是我们开源社区,软件开发人员和节点操作员的主要聊天频道。
请与我们联系并打招呼,我们很乐意在那里提供帮助。
所以你想贡献吗?伟大的! ❤️我们感谢您愿意提供的任何帮助。不要犹豫,打开问题和/或提交拉的请求。
我们认为,协作是Axone项目成功的关键。加入我们有关社区空间的社区讨论:
社区空间是与Axone相关的讨论,问题和知识共享的枢纽。我们鼓励您积极参与并为社区的发展做出贡献。
请查看Axone健康文件: