Skip to content

usetech-llc/polkadot_rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polkadot GUI for Raspberry Pi

Dependencies

sudo apt-get install libgtk-3-dev libboost-all-dev libcurl4-openssl-dev

git clone https://github.com/zaphoyd/websocketpp wpp
sudo rm -rf /usr/local/include/websocketpp
sudo mv wpp/websocketpp /usr/local/include/websocketpp

Also, please clone and build the sr25519-crust library as instructed in its repository: https://github.com/Warchant/sr25519-crust.git

Also, you will need to build and install Polkadot C++ API as described here: https://github.com/usetech-llc/polkadot_api_cpp

Build and run

cmake .
make
bin/polkaui

About

Polkadot GTK GUI client using polkadot C++ API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published