Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xmukesh/faucetli-backend
🌈 Backend of faucetli
https://github.com/0xmukesh/faucetli-backend
backend cli faucet
Last synced: 15 days ago
JSON representation
🌈 Backend of faucetli
- Host: GitHub
- URL: https://github.com/0xmukesh/faucetli-backend
- Owner: 0xMukesh
- Created: 2022-04-03T09:17:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T04:20:39.000Z (over 2 years ago)
- Last Synced: 2025-01-04T16:51:52.574Z (22 days ago)
- Topics: backend, cli, faucet
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/faucetli
- Size: 158 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦄 faucetli-backend
This repository contains the backend of the faucetli command line tool.
🎉 Core repository: https://github.com/mukesh272921/faucetli
## 🤝 Contributing
All kinds of contributions are welcome. Please open an issue if you have any ideas or faced any kind of bug.
To setup the local developer environment, please run the following steps:
1. Install all the dependencies:
```bash
yarn
```1. Build the source code:
```bash
yarn build
```1. Create a new wallet in metamask and add it's private key in `.env` file.
1. Head over to [Alchemy](https://www.alchemy.com/) and create two new projects, one for rinkeby and one for mumbai and store their API urls in `.env` file.
1. Run the development server:
```bash
yarn dev
```