somdoron / webwallet

A Web Based Wallet for Zen Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Developing

$ git clone git@github.com:zenprotocol/webwallet.git
$ cd webwallet
$ yarn install
$ yarn start

Updating zenjs

It's best to update the zen node and commit ONLY that change, to make it easy to trace in the repo's graph

$ npm install --save @zen/zenjs
$ git commit -am "update zenjs x.xx.xx"
$ git push # after QA!

Releasing a new Version

About

A Web Based Wallet for Zen Protocol

License:Other


Languages

Language:JavaScript 51.8%Language:CSS 47.9%Language:HTML 0.3%