LINE Blockchain Coffee

a sample service for LINE Blockchain Platform

DISCLAIMER

the project has a naive implementation for the sake of simplicity.

please expect:

  • poor exception handling
  • volatile session
  • no storage
  • copy-n-pasted snippets

Environment variables

LINE Blockchain Platform

  • LBP_API_KEY : API Key assigned at service creation
  • LBP_API_SECRET : API Secret assigned at service creation
  • LBP_ENDPOINT : https://test-api.blockchain.line.me (cashew) or https://api.blockchain.line.me (daphne)
  • LBP_OWNER_WALLET_ADDRESS : an owner wallet address
  • LBP_OWNER_WALLET_SECRET : a wallet secret for the owner wallet
  • LBP_CONTRACT_ID_LBCC : a Contract ID for LBCC(LINE Blockchain Coffee Coin)
  • LBP_CONTRACT_ID_ITEM : a Contract ID for Item tokens
  • LBP_TOKEN_TYPE_LBCR : a Token type for LBCR(LINE Blockchain Coffee Reward)

LINE Login

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate