You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an NFT collection, mint NFTs, and verify NFTs as part of a collection using Metaplex Token Metadata.
139
+
140
+
[anchor](./tokens/nft-operations/anchor)
141
+
136
142
### Minting a token from inside a program
137
143
138
144
[Mint a Token from inside your own onchain program using the Token program.](./tokens/spl-token-minter/README.md) Reminder: you don't need your own program just to mint an NFT, see the note at the top of this README.
@@ -151,6 +157,12 @@ Allow two users to swap digital assets with each other, each getting 100% of wha
Create a fundraiser account specifying a target mint and amount, allowing contributors to deposit tokens until the goal is reached.
163
+
164
+
[anchor](./tokens/token-fundraiser/anchor)
165
+
154
166
### Minting a token from inside a program with a PDA as the mint authority
155
167
156
168
[Mint a Token from inside your own onchain program using the Token program.](./tokens/pda-mint-authority/README.md) Reminder: you don't need your own program just to mint an NFT, see the note at the top of this README.
@@ -162,6 +174,12 @@ Allow two users to swap digital assets with each other, each getting 100% of wha
162
174
[Create liquidity pools to allow trading of new digital assets and allows users that provide liquidity to be rewarded by creating an Automated Market Maker.](./tokens/token-swap/README.md)
163
175
164
176
[anchor](./tokens/token-swap/anchor)
177
+
178
+
### External delegate token master
179
+
180
+
Control token transfers using an external secp256k1 delegate signature.
0 commit comments