An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Welcome to bnb-testnet-auto-faucet 👋

![Version](https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#)
[![Twitter: jellydn](https://img.shields.io/twitter/follow/jellydn.svg?style=social)](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)_