Mintgate is a simple and delightful admin dashboard for everyday access and control of your Fedimint gateway
- About the Fedimint Project
- About Fedimint Gateways
- Start by cloning or making a fork ofthis repo Then contribute via issue discussions or PRs.
$ git clone [email protected]:GETLN/mintgate.git && cd mintgate
- Install dependencies
$ yarn install
or
$ npm install
- Start development server
$ yarn start
or
$ npm start