mpl-bubblegum icon indicating copy to clipboard operation
mpl-bubblegum copied to clipboard

Create and manage Metaplex compressed NFTs

Results 12 mpl-bubblegum issues
Sort by recently updated
recently updated
newest added

Hi, it still depends on @metaplex-foundation/mpl-token-metadata 3.0.0-alpha.27, can you upgrade to 3.2.1?

Added `.verified-build.json` with `solana-verify` parameters to help automate the verification process of On-chain Program.

Howdy! I'd like to change the `treeCreator` because I'm creating a tree from an – unsafe – account and want to completely remove authority (over the tree) from that account...

pnpm 8.2.0 has issue which prevents to install dependencies: “ WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.” See also: https://github.com/pnpm/pnpm/issues/6424

Solana docs, videos, and all information published about transferring a compressed point to the function createTransferInstruction but is not available in the current version: ![image](https://github.com/metaplex-foundation/mpl-bubblegum/assets/2242042/c88498c1-cc52-4ac1-a19c-00abe5a971ac) Version 3.0.0 Thanks

Can we change this to take the "collection" in consideration when second-hashing the metadata? Right now, to verify the collection we need to pass the entire Metadata to the instruction,...

Putting them in the account array creates limitations. The caller needs to know who is receiving the cNFT. Having them as inputs let's a contract at runtime decide who to...