Psyruss77 / wallet-options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wallet-options Build Status

Settings file used by Blockchain wallet clients excluding Web:

đź‘‹ Web wallet no longer uses wallet-options. It is now handled via application definitions!

Validation

Install node modules: npm install

Validate options files: npm test

Watch mode: npm test -- --watch

JSON format options: npm run format [env?]

Deploy

To deploy to different environments (dev/staging/testnet/prod):

./scripts/upload.sh ENV

About


Languages

Language:JavaScript 82.7%Language:Shell 17.3%