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

https://github.com/dkzhen/ethersjs-base-network


https://github.com/dkzhen/ethersjs-base-network

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Hi there



## Claim USDC

[Claim manual](https://blockscout.scroll.io/address/0xeF71Ddc12Bac8A2ba0b9068b368189FFa2628942/write-contract#address-tabs)

### How to auto claim

### clone git repository

```
git clone https://github.com/dkzhen/ethersjs-base-network
```

### install npm

```
npm install
```

### create .env file

```
nano .env
```

### edit environment

```
PROVIDER = "https://scroll-alpha-public.unifra.io" #scroll-alpha-network
PRIVATE_KEY = ""
MY_ADDRESS=''
```
> edit <> disesuaikan.

### edit generate account

```
nano GeneratePrivateKey.js
```
> edit numAccounts = position line 33.
> save

### run GeneratePrivateKey.js

```
npm run Generate
```
> config.json created

### run script

```
npm run main-scroll
```