Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.3 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.3 KB

Pawket (Developer)

Here is the mono-repo for Pawket/Extension/Mixch/Wallet CLI

Pawket is a comprehensive software that supporting the Chia eco-system, including wallet, developer tool, command line, extension and so on.

The iOS testflight and Android version is also available.

NOTE: The Github repo is mirrored periodically from Azure DevOps.

Development

yarn install

Compiles and hot-reloads for development

yarn serve # for Pawket
yarn serve:mixch # for Mixch
yarn serve:ext # for Extension
yarn serve:server # for Wallet CLI RPC API

Compiles and minifies for production

yarn build:pawket # for Pawket
yarn build:mixch # for Mixch
yarn build:ext # for Extension
yarn build:cli # for Wallet CLI

Tests

yarn test

Contribution

Your contribution is welcome by opening new Issue/PR.

License

GPL-3.0