|
vor 1 Jahr | |
---|---|---|
.. | ||
migrations | vor 1 Jahr | |
programs | vor 1 Jahr | |
tests | vor 1 Jahr | |
.gitignore | vor 1 Jahr | |
.prettierignore | vor 1 Jahr | |
Anchor.toml | vor 1 Jahr | |
Cargo.toml | vor 1 Jahr | |
README.md | vor 1 Jahr | |
package.json | vor 1 Jahr | |
pnpm-lock.yaml | vor 1 Jahr | |
tsconfig.json | vor 1 Jahr |
This repository contains the cnft-burn program, a Solana Anchor program that allows you to burn compressed NFTs (cNFTs) in your collection. The program interacts with the Metaplex Bubblegum program through CPI to burn cNFTs.
The program is deployed on devnet at FbeHkUEevbhKmdk5FE5orcTaJkCYn5drwZoZXaxQXXNn
. You can deploy it yourself by changing the respective values in lib.rs and Anchor.toml.
anchor build
at the root of the project i.e cnft-burn in this case.anchor deploy
to deploy and test the program on your own cluster.anchor test
to run the tests.This Example program would not have been possible without the work of: