Skip to content

johnbailon/metaplex-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metaplex-go

A suite of Go clients for the 5 metaplex contracts.

This is an alpha version.

For usage examples, you can get inspired by their Rust/Typescript counterparts (noted in the below list).

Requirements

metaplex-go requires go1.16 or later.

Installation

cd my-project
go get github.com/gagliardetto/metaplex-go

If you encounter missing go.sum entry for module providing package ... errors, it means that you need to run go mod tidy.


auction (Go client) (Go docs)

token-metadata (Go client) (Go docs)

token-vault (Go client) (Go docs)

metaplex (Go client) (Go docs)

nft-candy-machine (Go client) (Go docs)

Clients are build around this version of metaplex programs: https://github.com/metaplex-foundation/metaplex/tree/e9841d4bb121fbea784ff60c83ddd3bb1a26d220

About

Go clients for the Metaplex Solana programs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%