{"id":18885810,"url":"https://github.com/crossmint/solarplex-nft-frame","last_synced_at":"2025-07-19T21:33:20.873Z","repository":{"id":226082771,"uuid":"765555560","full_name":"Crossmint/solarplex-nft-frame","owner":"Crossmint","description":"This is the First Solarplex Frame that allows your users to mint a cNFT on Solana, directly to their wallet address. All you need to do is like the post and re-post it, and then click on \"Mint\" to mint the NFT. The NFT will be delivered to your wallet address in a few seconds.","archived":false,"fork":false,"pushed_at":"2024-03-13T18:32:27.000Z","size":4056,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T22:11:21.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://solarplex-nft-frame.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Crossmint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-01T06:39:15.000Z","updated_at":"2024-12-02T15:05:40.000Z","dependencies_parsed_at":"2025-04-14T22:10:18.009Z","dependency_job_id":"91930ce0-346f-4bd7-9102-73f8bbd2d912","html_url":"https://github.com/Crossmint/solarplex-nft-frame","commit_stats":null,"previous_names":["crossmint/solarplex-nft-frame"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Crossmint/solarplex-nft-frame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fsolarplex-nft-frame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fsolarplex-nft-frame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fsolarplex-nft-frame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fsolarplex-nft-frame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crossmint","download_url":"https://codeload.github.com/Crossmint/solarplex-nft-frame/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crossmint%2Fsolarplex-nft-frame/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266019657,"owners_count":23864916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T07:22:13.552Z","updated_at":"2025-07-19T21:33:15.857Z","avatar_url":"https://github.com/Crossmint.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The First Solarplex Frame to Mint Compressed NFTs (cNFTs) on Solana\n\nThis is the First Solarplex Frame that allows your users to mint a cNFT on Solana, directly to their wallet address. All you need to do is like the post and re-post it, and then click on \"Mint\" to mint the NFT. The NFT will be delivered to your wallet address in a few seconds.\n\n\u003cNote\u003e\n    Ensure that you have linked your Solana wallet address to your Solarplex account! Otherwise, this will not work for you. \n\u003c/Note\u003e\n\n## Create and Deploy an NFT Collection on Solana using [Crossmint](http://crossmint.com/?utm_source=rohit\u0026utm_medium=github\u0026utm_campaign=solana-solarplex)\n\n\u003e The collection that I created and deployed is on Production, i.e., Solana Mainnet(Beta). However, it is recommended that you familiarize yourself with this on Staging (Testnet/Devnet) first before migrating to Production (Mainnet). Click to proceed to Crossmint's [Staging Console](https://staging.crossmint.com/console/overview?utm_source=rohit\u0026utm_medium=github\u0026utm_campaign=solana-solarplex). Click to proceed to Crossmint's [Production Console](https://crossmint.com/console/overview?utm_source=rohit\u0026utm_medium=github\u0026utm_campaign=solana-solarplex)\n\nRefer to this step-by-step guide to learn how you can create an NFT Collection on Solana using Crossmint and also mint compressed NFTs (cNFTs) using both no-code and low-code approach. Click [here](https://blog.crossmint.com/compressed-nfts-explained/?utm_source=rohit\u0026utm_medium=github\u0026utm_campaign=solana-solarplex) for the guide.\n\n## Create a Next App - Create and Configure the Solarplex Frame\n\nRefer to the repository's src for the code that lets you create an NFT Minting Solarplex Frame on Solana.\n\n## Configure the ENV variables\n\n- `NEXT_PUBLIC_URL` - The URL of your deployed Next app\n- `CROSSMINT_ENV` - The Crossmint environment that you are using to deploy the NFT Collection. If it is on Production or Mainnet, use `www`. If it is on Staging or Testnet, use `staging`.\n- `CROSSMINT_API_KEY` - The Crossmint API Key that you created using Crossmint Console. You will be using this key to create an NFT Collection and mint an NFT on Solana.\n- `CROSSMINT_COLLECTION_ID` - The Collection Id of the NFT Collection you deployed on Solana. You can obtain this from the Crossmint Console after you created a collection on Solana using the API.\n\n## Built using\n\n- [Next.js](https://nextjs.org/)\n- [Crossmint](http://crossmint.com/?utm_source=rohit\u0026utm_medium=github\u0026utm_campaign=solana-solarplex)\n- [SolarplexSDK](https://github.com/usedispatch/solarplex-frame-sdk)\n\n## Tutorial\n\nCheck out the complete tutorial [here](https://blog.crossmint.com/how-to-create-a-solarplex-frame-to-mint-cnfts-on-solana/?utm_source=rohit\u0026utm_medium=github\u0026utm_campaign=solana-solarplex)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossmint%2Fsolarplex-nft-frame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrossmint%2Fsolarplex-nft-frame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrossmint%2Fsolarplex-nft-frame/lists"}