Skip to content

Instantly share code, notes, and snippets.

View smallmenu's full-sized avatar
🎯
Focusing

蛮-com smallmenu

🎯
Focusing
  • Shanghai
View GitHub Profile
@smallmenu
smallmenu / sendTest.go
Last active February 2, 2026 01:57
jitoSendTest
package run
import (
"context"
"encoding/json"
"fmt"
"github.com/gagliardetto/solana-go"
"github.com/gagliardetto/solana-go/programs/memo"
"github.com/gagliardetto/solana-go/programs/system"
@smallmenu
smallmenu / jito.go
Last active February 2, 2026 01:56
jito
package utils
import (
"crypto/tls"
"encoding/json"
"fmt"
"math/rand"
"net/http"
"net/url"
"sync"