The catJAM project contains all JAM Stack based (Javascript-API-Markup)
React
applications used across all pog.network core projects. Currently, this is the official Wallet and Node Webinterface (Specifically for ourchamp
node implementation).
project | folder | development url | deployed website |
---|---|---|---|
shared components | ./components |
localhost:2020 |
- |
wallet | ./sites/wallet |
wallet.localhost:2020 |
wallet.pog.network |
admin | ./sites/admin |
admin.localhost:2020 |
- |
For more information about a specific project, click its name.
$ git clone https://github.com/pognetwork/wallet.git && cd wallet
$ pnpm install
$ pnpm dev