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

@Cordtus
Cordtus / limited_multisend.go
Created December 18, 2022 20:32 — forked from alexanderbez/limited_multisend.go
A limited multisend tx command in the Cosmos SDK for the Gaia network.
package cli
import (
"fmt"
"github.com/spf13/cobra"
bankfork "github.com/cosmos/cosmos-sdk/cmd/gaia/app/x/bank"
"github.com/cosmos/cosmos-sdk/client"