Skip to content

Instantly share code, notes, and snippets.

View Cordtus's full-sized avatar

Cordt Hanson Cordtus

View GitHub Profile

SEI-EVM FAQ

API for associate_address

any strange / unexplainable tx failures are very likely due to not having "associated"* or "linked"* the wallet yet

* This is a term describing the act of making the wallet's pubkey known to the chain so that it can be confirmed that both addresses exist and can be safely used in interoperability functions.

MUST "associate_address" before interacting with pointer contract doing literally any EVM tx

//! ```cargo
//! [dependencies]
//! bech32 = "0.9"
//! bip32 = "0.5"
//! dialoguer = "0.10"
//! hex = "0.4"
//! k256 = "0.13"
//! ripemd = "0.1"
//! thiserror = "1"
//! ```
@coolaj86
coolaj86 / Create a Bootable MacOS Recovery USB with Linux.md
Last active May 25, 2026 21:46
How to create Apple's Bootable MacOS Rescue Image from Linux

See bootableinstaller.com

How to create a Bootable MacOS Recovery USB from Linux

If your Mac is out-of-order or you otherwise cannot download macOS from the App Store, you can still create a bootable OS X recovery USB, and you can use that to create an Installer USB.

The downloads used in this process are legal and freely avaliable - including disk images directly from Apple's IT support pages, and open source utilities for extracting and converting pkg, dmg, and HFS+.

@jim380
jim380 / cosmos_dashboard.json
Created December 20, 2018 11:18
Cosmos monitoring dashboard built on Grafana
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",