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:
-
Overwrite the phantasma.py on the sample folder with the latest one from Output/temp/Python/Libs
-
Install "requests" module (Run "pip install requests" on command line inside app folder)
-
Run the sample app!