Non-custodial wallet for Windows, Linux, Mac, Android and iOS with staking capabilities.
- Node >= 11 (haven't tested compatibility with lower versions)
- npm (or yarn)
- electron
- Ionic (with capacitor)
Clone the repository.
git clone https://github.com/CONCRETE-Project/concretepay && cd concretepay
Install dependencies
npm install
or
yarn install
To run the app simply use the command:
npm run start
or
yarn run start
For more information on how to build the binaries follow to doc