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健康文件: