Lux Docs

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()

On this page