UNPKG

@arcblock/www-wallet

Version:

Start experiencing your digital world with ABT Wallet

49 lines (34 loc) 1.18 kB
# www-wallet [![Netlify Status](https://api.netlify.com/api/v1/badges/b9dda415-1d60-4745-9129-a0e858d1d33d/deploy-status)](https://app.netlify.com/sites/abt-wallet/deploys) ABT Wallet related pages. ## Preview [https://abt-wallet.netlify.com/](https://abt-wallet.netlify.com/) ## Usage ```shell git clone git@github.com:ArcBlock/www-wallet.git cd www-learning make init make run ``` Then open `http://localhost:8000` ## Will be a prototype of forge-gatsby-starter ### Configuration Checkout `.env` file: ```terminal # server only COOKIE_SECRET="you_should_change_this" APP_SK="0xb669e3d974749bd8815ae34b9f30505802c2c096b637a114710a15ade11176fec4bbae2b4fc0cd526360f98b8e858a2526d0d8f2b86cc271787fea1c209fe95e" # both server and browser GATSBY_CHAIN_ID="bromine-2019-03-29" GATSBY_CHAIN_HOST="https://bromine.abtnetwork.io/api" GATSBY_APP_ID="zNKscePHrddsMXFHmeiCUJL6CKfRwaYAje4A" GATSBY_BASE_URL="http://10.113.10.180:3000" GATSBY_COURSE_ID="zjdfA2nXDKuES5Yrbzexe6RkH4X7GGwtHDpw" GATSBY_APP_NAME="ABT Wallet Demos" ``` ## FAQ ### How to start application on non-netlify env? ```shell yarn build:gatsby DEBUG=@arcblock/* NODE_ENV=production node api/index.js ```