This project aims to help to look up for MCH extensions filtering by rarity and ordering by attributes.
- All extensions are stored with
indexedDB(front-end side) by clicking on "Load All" button (Unique extensions tab). It can take some hours. - Then you can filter/order all unique extensions.
- You need to be connected to Ethereum with Metamask or any other Ethereum wallet.
My Crypto Heroes is an RPG battle game that is built on the Ethereum blockchain. Use this code to sign up if you want to get a special replica heroe: YuiN
npm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitRun End-to-End Tests with Cypress
npm run test:e2e:devLint with ESLint
npm run lint