- Install Golang 1.11+
- Install GoLand IDE
Open Project in GoLand by selecting: Open Project -> selecting cloned repository root folder
Enable go mod package management Wait for dependency downloading and indexation
Before node running, execute generate testnet run configuration. Folder mytestnet will be added to the project root. In node0 subfolder you can find daemon and cli folders. Daemon folder will contain validator node data. In cli folder you can find initial validator seed.
After, just run run node run configuration. You can reset chains data to genesis at any time by executing reset run configuration