https://github.com/jellydn/bnb-testnet-auto-faucet
https://github.com/jellydn/bnb-testnet-auto-faucet
deno denoland
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jellydn/bnb-testnet-auto-faucet
- Owner: jellydn
- Created: 2021-01-05T01:29:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T17:28:09.000Z (over 3 years ago)
- Last Synced: 2025-04-14T22:44:34.521Z (7 months ago)
- Topics: deno, denoland
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Welcome to bnb-testnet-auto-faucet 👋

[](#)
[](https://twitter.com/jellydn)
> Auto funding BSC Testnet
## Install
### Install Deno
```sh
curl -fsSL https://deno.land/x/install/install.sh | sh
```
### Install puppeter
```sh
PUPPETEER_PRODUCT=chrome deno run -A --unstable https://deno.land/x/puppeteer@9.0.1/install.ts
PUPPETEER_PRODUCT=firefox deno run -A --unstable https://deno.land/x/puppeteer@9.0.1/install.ts
```
## Usage
```sh
cp .env.example .env
# Fill the account address and chrome path
yarn dev
```
## Author
👤 **Dung Huynh**
- Website: aircarbon.co
- Twitter: [@jellydn](https://twitter.com/jellydn)
- Github: [@jellydn](https://github.com/jellydn)
## Show your support
Give a ⭐️ if this project helped you!
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_