Skip to content

པ་ཀྲ་ཧེ་། Bazahei IC-XRP frontend galley and cross-chain platform

Notifications You must be signed in to change notification settings

Itoka-DAO/icxrp

Repository files navigation

པ་ཀྲ་ཧེ་། Bazahei IC-XRP frontend galley and cross-chain platform

Building for Dfinity Supernova Hackthon in 2022

Explore demo on HERE

This frontend repository is current on production. 🔥

Please review Bazahei NFT repo before deploy the the frontend

Welcome to hack and crash our cross-chain scheme so makes our system more robust and secured. ⁉️

We are planning to provide bug bounty when Bazahei NFT is ready to scale up. 💵

Invite the talent hackers to join Itoka discord

LFG and པ་ཀྲ་ཧེ་།! 🚀

Deploy tricks to IC network

Depoloyer might try Fleek to build and deploy and frontend. However, we recommend build within your own cansiters by following;

  1. yarn install; yarn build; the copy the build file.
  2. under a new directory, dfx new bazahei;cd ./bazahei. paste the build under ./bazahei
  3. config the dfx.json
      "bazahei_assets": {
      "dependencies": ["bazahei"],
      "frontend": {
        "entrypoint": "build/index.html" 
      },
      "source": ["build/"],
      "type": "assets"
  1. config the package.json to skip the webpack build
  "scripts": {
    "build": "ls",
  },
  1. dfx depoly and we see each other in metaverse.

Note: Don't forget reconfiguring CanisterID to your own canisters, or you might want to join Itoka discord and get same answers from our developers.