Skip to content

Instantly share code, notes, and snippets.

View SantiiRepair's full-sized avatar
🙆‍♂️
damn i'm fixing it

Santiago Ramirez SantiiRepair

🙆‍♂️
damn i'm fixing it
View GitHub Profile
@SantiiRepair
SantiiRepair / license-badges.md
Created September 5, 2023 23:39 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

@SantiiRepair
SantiiRepair / hdwallet.go
Created August 30, 2023 16:18 — 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"