This is a simple wallet sample that needs to be connected to a RPC node. By default it uses the localhost:7077/rpc endpoint, but you can switch to your own URL.
To run the sample app, follow these steps:
-
Get "jsonrpc.go" from https://github.com/ybbus/jsonrpc
-
Put it in %GOROOT%/src/github.com/ybbus/jsonrpc on your pc
-
Copy phantasma.go from Output/temp/Go/Libs to %GOROOT%/src/phantasma
-
Run the sample app!