Skip to content

Latest commit

 

History

History

Go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PhantasmaSDK

Go Sample app

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:

  1. Get "jsonrpc.go" from https://github.com/ybbus/jsonrpc

  2. Put it in %GOROOT%/src/github.com/ybbus/jsonrpc on your pc

  3. Copy phantasma.go from Output/temp/Go/Libs to %GOROOT%/src/phantasma

  4. Run the sample app!