A Gaming Community Focused wallet with integrations with Unity and Unreal Engine. Uses a Secure backend infrastraucture to communicate with any application.
# using yarn or npm
$ yarn (or `npm install`)
# using pnpm
$ pnpm install --shamefully-hoist
# development mode
$ npm run dev (or `yarn dev` or `pnpm run dev`)
# production build
$ npm run build (or `yarn build` or `pnpm run build`)