Skip to content

Commit fe1695e

Browse files
committed
📝 add README file
1 parent 2abaf6b commit fe1695e

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Bot auto send Crypto
2+
3+
Simple bot for auto send crypto to other wallet, simple to use and very usefull
4+
5+
<a href="https://gitmoji.dev">
6+
<img src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square" alt="Gitmoji">
7+
</a>
8+
9+
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/A0A72UVP8)
10+
11+
## Crypto Tips
12+
13+
![https://i.imgur.com/wuW30D4.png](https://i.imgur.com/wuW30D4.png)
14+
15+
## Contact Me
16+
17+

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const { ethers } = require("ethers");
22

33
const provider = new ethers.providers.JsonRpcProvider("RINKEBY URL"); //infura, alchemy ...
4-
const receiver = "Address receive Ether";
4+
const receiver = "Address receive"; //public key receviver
55

6-
const privateKeys = ["",""];
6+
const privateKeys = ["",""]; //private key all sender address
77

88
//auto send value from this address to good one
99
const botSend = async () => {

0 commit comments

Comments
 (0)