savour-snow
v1.0.1
Published
snow is savour wallet sdk by node
Readme
snow is the sdk project for Savour wallet
Install
install dependencies
npm installbuild
npm run build run test
Contribute
1.fork repo
fork savour-hd to your github
2.clone repo
[email protected]:guoshijiang/snow.git3. create new branch and commit code
git branch -C xxx
git checkout xxx
coding
git add .
git commit -m "xxx"
git push origin xxx4.commit PR
Have a pr on your github and submit it to the savour-hd repository
5.review
After the snow code maintainer has passed the review, the code will be merged into the snow library. At this point, your PR submission is complete
