1.0.1 • Published 2 years ago

savour-snow v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

snow 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/snow.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 snow code maintainer has passed the review, the code will be merged into the snow library. At this point, your PR submission is complete