Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 814 Bytes

frontend.md

File metadata and controls

21 lines (14 loc) · 814 Bytes

This is UI for Picasarts that can interact with smart contracts and BTFS node. NFT flow can be described as below:

NFT flow

All functions of smart contracts have been implement on frontend. To access governance features, you must go to /admin (this url is hidden from frontend).

Multichain feature have been deploy but you need some configurations to use it:

  • Rename file config.json to {chain-key}.json and move to folder src/state/config/
  • Config network and contract addresses at src/state/chain/config.js

Install

  • Copy abis folder
  • npm install
  • npm run build
  • npm run start

Design packages

Pks design