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
Launch AIOU Server Natively
After finishing building AIOU, you can run the server.
iserver -f ./config/iserver.yml