gagliardetto / metaplex-go

Go clients for the Metaplex Solana programs
MIT License
42 stars 30 forks source link

Minting #8

Closed sparkycj328 closed 2 years ago

sparkycj328 commented 2 years ago

How would one go about minting, only using code, from an already deployed program after following along to the example?

gagliardetto commented 2 years ago

The example is incomplete/wrong (I'll eventually rewrite it)

The best would be to look directly at the rust code and port the instruction calls to go using this lib.

Always remember that candy machine v1 is deprecated and that you must use v2.

sparkycj328 commented 2 years ago

I am taking a look at the generated bindings in the MintNft.go file under the candy machine v2 folder, what role does the creator bumb variable play, how do i find more documentation on it