Skip to content

Instantly share code, notes, and snippets.

View toidv's full-sized avatar

Steve Duong toidv

View GitHub Profile
@toidv
toidv / ErrorDebugger.go
Created April 2, 2024 10:19
This is a script designed to debug the reason for a failed transaction. It utilizes the Tenderly API.
package main
import (
"bufio"
"encoding/json"
"fmt"
"io/ioutil"
"log"
"net/http"
"os"