- Install geth if you don't have it
- Run a tesnet node using the following command:
$ geth --rpcapi personal,db,eth,net,web3 --rpc --testnet
- Open pom.xml as a project using IntelliJ
- Run SolidityWeb3jApplication class using Intellij
- Go to the project root directory and run the command:
$ mvn spring-boot:run