airgap-iso-rootstock is isolated module for Airgap wallet and vault application. See ISO_MODULE_TEMPLATE.md file for more details about airgap isolated modules.
npm >= 6
NodeJS >= 12
$ git clone https://github.com/rsksmart/airgap-iso-rootstock
$ cd airgap-iso-rootstock
$ npm install
$ npm run build
$ npm run test
$ npm run browserify
See module folder for browserify output
We welcome contributions from the community. Simple readme updates or bugfixes can be addressed with a PR directly.
Make sure to take a look at the develop
branch.