AIOU Chain Docs

AIOU Chain Docs

  • Docs
  • Languages iconEnglish
    • 中文

Launch Local Server

There are two methods to launch local server: using docker or natively.

Launch AIOU Server Using Docker

Launching AIOU server using docker is simple. It is the recommended way.
The following command will launch a single-node native AIOU blockchain server.
You can use it for debugging and testing.
Docker CE 18.06 or newer is needed(older versions are not tested).

docker run --rm -p 30000-30003:30000-30003 aiouio/aiou-node

server_output

Launch AIOU Server Natively

After finishing building AIOU, you can run the server.

iserver -f ./config/iserver.yml

server_output

  • Launch AIOU Server Using Docker
  • Launch AIOU Server Natively
AIOU Chain Docs
Community
BlogGitHubStar
Facebook Open Source
Copyright © 2021 Your Name or Your Company Name