Skip to content

Instantly share code, notes, and snippets.

View ariden83's full-sized avatar
💭
Working on a trading BOT since July 2022

Ariden ariden83

💭
Working on a trading BOT since July 2022
  • Adevinta
  • Paris
View GitHub Profile
@ariden83
ariden83 / hdwallet.go
Created October 18, 2024 10:20 — forked from miguelmota/hdwallet.go
Golang Ethereum HD Wallet implementation
package hdwallet
import (
"crypto/ecdsa"
"errors"
"fmt"
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcutil/hdkeychain"
"github.com/ethereum/go-ethereum/accounts"