2.0.4 • Published 4 months ago

savourlabs-wallet-sdk v2.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

wallet-sdk is the sdk project for Savour wallet

Install

install dependencies

npm install

build

npm run build 

run test

Contribute

1.fork repo

fork savour-hd to your github

2.clone repo

git@github.com:guoshijiang/wallet-sdk.git

3. create new branch and commit code

git branch -C xxx
git checkout xxx

coding 

git add .
git commit -m "xxx"
git push origin xxx

4.commit PR

Have a pr on your github and submit it to the savour-hd repository

5.review

After the wallet-sdk code maintainer has passed the review, the code will be merged into the wallet-sdk library. At this point, your PR submission is complete