Skip to content

metaplex-foundation/mpl-common-constants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPL common constants

This crate provides shared common variables used across different crates.

As a general convention, public keys are stored in raw format—an array of u8 values.

To assist with generating this array, a simple CLI tool is included. You can run the following command to use it:

cargo r --bin mpl_common_constants --features bs58 -- YOUR_BASE58_PUBLIC_KEY_HERE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages