@arcblock/www-wallet
v2.5.11
Published
Start experiencing your digital world with ABT Wallet
Downloads
90
Readme
www-wallet
ABT Wallet related pages.
Preview
https://abt-wallet.netlify.com/
Usage
git clone [email protected]: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:
# 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?
yarn build:gatsby
DEBUG=@arcblock/* NODE_ENV=production node api/index.js