node amadeusprotocol

主要语言
Rust
Stars
4,293
Forks
75

标签

  • 区块链
  • 智能合约
  • Rust
  • 去中心化
  • 节点

摘要

这是Amadeus协议的去中心化区块链节点实现,基于Rust/Erlang构建,提供本地测试网运行、RPC接口调用及智能合约部署(支持AssemblyScript/计数器合约示例)能力。项目支持systemd服务自动更新部署、测试网代币转账等核心功能,并针对高带宽网络做了UDP栈和文件描述符等系统调优。适用于需要运行或开发Amadeus区块链节点与合约的开发者与运维场景。

README

# node ### Tested Distro/Env Linux Kernel 6.8 Ubuntu 24.04 ### Building Using podman or docker ``` podman build --tag erlang_builder -f build.Dockerfile ./build.sh ``` ### Testnet ``` #run local testnet with RPC api #point RPC endpoint to localhost vim /etc/hosts 127.0.0.1 nodes.amadeus.bot #run go…

查看完整页面