- Clone the repository:
git clone https://github.com/theritalin/nearB.git
- Navigate to the project directory:
cd nearB
- Install required npm packages:
npm install
- Write your rpc, private key and account name;
const rpc = "RPC";
const signerName = "NAME";
const PRIVATE_KEY = "KEY";
- In your terminal, For mainnet:
node index.js
- In your terminal, For testnet:
node testnet.js