Common utilities, structs and traits used throughout Avail Wallet.
This library, when compiled for a linux Ubuntu target, requires the following dependencies:
libsoup-3.0-dev
libwebkit2gtk-4.1-dev
libjavascriptcoregtk-4.1-dev
build-essential
curl
wget
file
libssl-dev
libgtk-3-dev
libayatana-appindicator3-dev
librsvg2-dev
You can install them by running the following command:
sudo apt-get install libsoup-3.0-dev libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev
To contribute to this repository, please refer to the contributing guidelines.