Skip to content

Conversation

loganyu
Copy link

@loganyu loganyu commented Sep 25, 2025

Problem

Cookbook examples do not include Gill examples.

Summary of Changes

Add "Gill" tab to cookbook examples.

Fixes #

loganyu and others added 4 commits September 25, 2025 19:53
* add gill tokens first half examples to cookbook

* formatting and bug fixing

* typo fixing
* Add Gill tokens Second half examples to cookbook

* Adjusted the logging to match the Kit implementation and replaced the findAssociatedTokenPda with getAssociatedTokenAccountAddress

* Added missing export and fixed indentation

* Fixed indentation

* Fixed lamports import missing

* alphabetize imports, use localnet to mirror kit, add missing examples

* remove unused import

---------

Co-authored-by: Logan Yu <[email protected]>
Copy link

vercel bot commented Sep 25, 2025

@loganyu is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

@GhostGamer6969 GhostGamer6969 left a comment

Choose a reason for hiding this comment

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

all of it okay i could only think of this change tbh

});

const { value: latestBlockhash } = await rpc.getLatestBlockhash().send();
const transactionMessage = pipe(

Choose a reason for hiding this comment

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

this could be switched with gill's createTransaction function

urlOrMoniker: "mainnet",
});

const mintAddresss = address("2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo");
Copy link
Collaborator

Choose a reason for hiding this comment

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

typo

urlOrMoniker: "mainnet",
});

const mintAddress = address("2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Need to run lint formatting

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.

4 participants