Wave Node
Wave Node is implementation of backend server for Wave network.
Building
go build -o ./build/wave ./cmd/wave
Running
- Generate the config of node
$ ./build/wave -genconfig > config.toml
-
Set values in the newly created config file called config.toml
-
Run the node
$ ./build/wave -config ./config.toml
License
This project is licensed under the MIT License - see the LICENSE file for details.