Skip to content

A simple CLI for creating and managing Solana Lookup Tables.

Notifications You must be signed in to change notification settings

metaplex-foundation/lut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LUT - A simple CLI for creating and managing Solana Lookup Tables

Commands

Create

Creates a new LUT using the default keypair in the Solana config file as the authority.

lut create

Extend

Appends new addresses to the LUT from the command line and/or a JSON file.

lut extend <lut_address> -a <address1> -a <address2> -a <address3> -f addresses.json

Deactivate

Deactivates the LUT, starting the cooldown period.

lut deactivate <lut_address>

Close

Closes the LUT and returns the rent funds to the owner keypair.

lut close <lut_address>

About

A simple CLI for creating and managing Solana Lookup Tables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages