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 install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Run End-to-End Tests with Cypress
npm run test:e2e:dev
Lint with ESLint
npm run lint