https://github.com/nelsontky/onchain-cnft
https://github.com/nelsontky/onchain-cnft
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nelsontky/onchain-cnft
- Owner: nelsontky
- Created: 2023-06-16T12:02:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T06:54:59.000Z (almost 2 years ago)
- Last Synced: 2024-12-30T16:32:45.367Z (6 months ago)
- Language: TypeScript
- Size: 295 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# On Chain compressed NFTs
Create compressed NFTs where all the metadata (including image) is stored on the Solana ledger!
## How to mint your own on chain compressed NFT
1. Pull the repo and `yarn install` from the root directory.
2. `cd` to `apps/mint-on-chain-cnft`
3. `cp .env.example .env`, and update the values in `.env`.
4. Replace the `image.png` and `metadata.json` in the `assets` folder. (Keep the filenames, and try not to use images that are > 100kb as the scripts are still pretty lousy)
5. Run the script via `yarn ts-node src/index.ts`, and your cNFT should appear in your wallet in a minute or two!## How does this work
https://twitter.com/sol_idity/status/1669750091933188102