Hello @matiasvillanueva,
As suggested here you could use some Go library to generate the mocks and test your RPC functions. You’d run the tests using the regular go testing package and go test
command.
The server does not support hot code reloading at this stage.
Best.