Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 555 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 555 Bytes

Near Self Send Bot

Installation

  1. Clone the repository:
  git clone https://github.com/theritalin/nearB.git
  1. Navigate to the project directory:
  cd nearB
  1. Install required npm packages:
 npm install

Usage

  1. Write your rpc, private key and account name;
const rpc = "RPC";
const signerName = "NAME";
const PRIVATE_KEY = "KEY";
  1. In your terminal, For mainnet:
  node index.js
  1. In your terminal, For testnet:
  node testnet.js