Quick Start
Create a wallet and send a transaction
Create Wallet
import "github.com/luxfi/wallet"
w, _ := wallet.New(wallet.WithMnemonic(mnemonic))
addr := w.CChainAddress()Create a wallet and send a transaction
import "github.com/luxfi/wallet"
w, _ := wallet.New(wallet.WithMnemonic(mnemonic))
addr := w.CChainAddress()