File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 1
1
const { ethers } = require ( "ethers" ) ;
2
2
3
3
const provider = new ethers . providers . JsonRpcProvider ( "RINKEBY URL" ) ; //infura, alchemy ...
4
- const receiver = "Address receive Ether" ;
4
+ const receiver = "Address receive" ; //public key receviver
5
5
6
- const privateKeys = [ "" , "" ] ;
6
+ const privateKeys = [ "" , "" ] ; //private key all sender address
7
7
8
8
//auto send value from this address to good one
9
9
const botSend = async ( ) => {
You can’t perform that action at this time.
0 commit comments