Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converted bubblegum to sdk pages #327

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

converted bubblegum to sdk pages #327

wants to merge 3 commits into from

Conversation

tonyboylehub
Copy link
Contributor

@tonyboylehub tonyboylehub commented Mar 4, 2025

Converted Bubblegum from Getting Started to SDK pages including re-direct from old pages.

https://developer-hub-git-bubblegum-sdk-metaplex-foundation.vercel.app/bubblegum/sdk

Copy link

vercel bot commented Mar 4, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-hub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 7, 2025 11:43am

Comment on lines +104 to +118
#### CreateTreeConfigCpiBuilder - Example

```rust
CreateTreeConfigCpiBuilder::new()
.merkle_tree(context.accounts.merkle_tree)
.tree_config(context.accounts.tree_config)
.payer(context.accounts.payer)
.tree_creator(context.accounts.tree_creator)
.log_wrapper(SPL_NOOP_ID)
.compression_program(context.accounts.compression_program)
.system_program(context.acccounts.system_program)
.max_depth(20)
.max_bufferisz(1024)
.public(false)
.invoke()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something is wrong here i think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Believe I messaged you on slack about this. Can this be double checked?

When pulling the actual file the closing ``` seems to be there. Not sure whey it's not showing in github online.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants