This is UI for Picasarts that can interact with smart contracts and BTFS node. NFT flow can be described as below:
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 foldersrc/state/config/
- Config network and contract addresses at
src/state/chain/config.js
- Copy
abis
folder npm install
npm run build
npm run start