This section contains examples on usage of Tenderly node via:
Set up environment variables:
TENDERLY_ACCOUNT_ID
with your account IDTENDERLY_PROJECT
with your project (slug)TENDERLY_ACCESS_KEY
with the access key you've generatedPRIVATE_KEY
for signing test transactionsORIGINAL_NETWORK_ID
with the ID of the network you want to base the TestNet on
cp .env.example .env
vi .env # modify environment variables
source .env
cd samples/viem
yarn
npx ts-node 0-batch-calls.ts
npx ts-node 0-send-tx.ts
bash .env
cd ethers-5
yarn
npx ts-node json-rpc-https-provider.ts
bash .env
cd ethers-6
yarn
npx ts-node json-rpc-https-provider.ts