Skip to content

Latest commit

 

History

History

node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Node Examples

This section contains examples on usage of Tenderly node via:

Environment setup

Set up environment variables:

cp .env.example .env
vi .env # modify environment variables

Running the samples

Viem

source .env
cd samples/viem
yarn
npx ts-node 0-batch-calls.ts
npx ts-node 0-send-tx.ts

Ethers 5

bash .env
cd ethers-5
yarn
npx ts-node json-rpc-https-provider.ts 

Ethers 6

bash .env
cd ethers-6
yarn
npx ts-node json-rpc-https-provider.ts