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 པ་ཀྲ་ཧེ་།! 🚀
Depoloyer might try Fleek to build and deploy and frontend. However, we recommend build within your own cansiters by following;
yarn install; yarn build;
the copy thebuild
file.- under a new directory,
dfx new bazahei;cd ./bazahei
. paste thebuild
under./bazahei
- config the dfx.json
"bazahei_assets": {
"dependencies": ["bazahei"],
"frontend": {
"entrypoint": "build/index.html"
},
"source": ["build/"],
"type": "assets"
- config the package.json to skip the webpack build
"scripts": {
"build": "ls",
},
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.