{"id":25549522,"url":"https://github.com/xerxescoder/solana-token-creator","last_synced_at":"2026-05-09T19:43:35.809Z","repository":{"id":278286612,"uuid":"935121530","full_name":"XerxesCoder/solana-token-creator","owner":"XerxesCoder","description":"a web application that allows users to create their very own Solana tokens or meme coins with ease.","archived":false,"fork":false,"pushed_at":"2025-02-19T00:14:07.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-19T01:22:15.425Z","etag":null,"topics":["memecoin","memecoin-creation","nextjs","phantom","sol","solana","solana-token","solana-token-creation","solana-token-creator","spl-token","token-creator"],"latest_commit_sha":null,"homepage":"https://solana-token-creator-xerxes.vercel.app/","language":"JavaScript","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/XerxesCoder.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}},"created_at":"2025-02-18T23:59:43.000Z","updated_at":"2025-02-19T00:14:10.000Z","dependencies_parsed_at":"2025-02-19T01:22:20.213Z","dependency_job_id":null,"html_url":"https://github.com/XerxesCoder/solana-token-creator","commit_stats":null,"previous_names":["xerxescoder/solana-token-creator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XerxesCoder%2Fsolana-token-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XerxesCoder%2Fsolana-token-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XerxesCoder%2Fsolana-token-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XerxesCoder%2Fsolana-token-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XerxesCoder","download_url":"https://codeload.github.com/XerxesCoder/solana-token-creator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816514,"owners_count":19701753,"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":["memecoin","memecoin-creation","nextjs","phantom","sol","solana","solana-token","solana-token-creation","solana-token-creator","spl-token","token-creator"],"created_at":"2025-02-20T10:18:28.957Z","updated_at":"2026-05-09T19:43:35.794Z","avatar_url":"https://github.com/XerxesCoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solana Token Creator\n\nSolana Token Creator is a web application that allows users to create their very own Solana-based tokens or meme coins with ease. By simply connecting their wallets, users can customize their token's parameters such as name, symbol, supply, decimals, and description, as well as upload a token logo. Additionally, users have the flexibility to choose token metadata options, like setting it as mutable, or renouncing the mint and freeze authority. Best of all, token creation is free aside from the usual transaction fees on the Solana network.\n\nWith this tool, you can now also **view your assets (tokens and NFTs)** on both the Solana Devnet and Mainnet after connecting your wallet.\n\n## Demo\n\n[Solana Token Creator](https://solana-token-creator-xerxes.vercel.app/)\n\n\n## Features\n\n- **Wallet Connection:** Securely connect your Solana wallet.\n- **Customizable Token Parameters:** Define the token name, symbol, total supply, decimals, and description.\n- **Logo Upload:** Add a custom logo to represent your token.\n- **Metadata Options:** Choose whether to make token metadata mutable or to renounce mint and freeze authority.\n- **Cost-Effective:** Create tokens free of charge aside from the transaction fee on the Solana network.\n- **Asset Viewer:** View all your tokens and NFTs on either the Solana Devnet or Mainnet after connecting your wallet.\n\n\n## Viewing Your Assets on Devnet and Mainnet\nOnce you've connected your Solana wallet to the application, you can seamlessly view all your tokens and NFTs on either the Solana Devnet or Mainnet. This feature allows you to:\n\n- Explore Your Holdings: Get a comprehensive overview of your digital assets.\n- Switch Networks: Easily toggle between Devnet and Mainnet to view assets across different clusters.\n- Stay Organized: Manage and monitor your tokens and NFTs in one place.\nThis functionality ensures that you always have full visibility into your Solana ecosystem, empowering you to make informed decisions about your digital assets.\n\n\n## Environment Variables\n**Important:** To use Mainnet without any error, please use a custom rpc endpoint\n\nAlso to use the uplaod function im using [FileBase](filebase.com)\n\nsign up and fill up the info\n```bash\nNEXT_PUBLIC_SOLANA_MAINNET_RPC=YOUR CUSTOM RPC\nNEXT_PUBLIC_FILEBASE_KEY=YOUR FILEBASE KEY\nNEXT_PUBLIC_FILEBASE_SECRET=YOUR FILEBASE SECRET\nNEXT_PUBLIC_FILEBASE_BUCKETNAME=YOUR FILEBASE BUCKETNAME\nNEXT_PUBLIC_FILEBASE_GATEWAY=https://YOURFIREBASEGATEWAY/ipfs\n```\n\n## Prerequisites\n\nBefore running this project locally, ensure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (v14 or above)\n- [Yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/)\n- A Solana wallet (e.g., [Phantom Wallet](https://phantom.app/)) for testing\n\n## Getting Started\n\nFollow these steps to set up the project on your local machine:\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/yourusername/solana-token-creator.git\ncd solana-token-creator\n```\n\n### 2. Install Dependencies\n\nUsing Yarn:\n\n```bash\nyarn install\n```\n\nOr using npm:\n\n```bash\nnpm install\n```\n\n\n\n### 3. Run the Project\n\nUsing Yarn:\n\n```bash\nyarn start\n```\n\nOr using npm:\n\n```bash\nnpm start\n```\n\nYour application should now be running locally on [http://localhost:3000](http://localhost:3000).\n\n\n\n## Contributing\n\nContributions are welcome! If you have any suggestions or improvements, please feel free to submit a pull request or open an issue.\n\n## Contact\nHappy token creating! If you have any questions or feedback, please feel free to reach out.\n\n- **Telegram**: [@xerxescoder](https://t.me/xerxescoder)\n- **Telegram Channel**: [@xerxescodes](https://t.me/xerxescodes)\n- **Email**: [xerxescode@gmail.com](mailto:xerxescode@gmail.com)\n\n## License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxerxescoder%2Fsolana-token-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxerxescoder%2Fsolana-token-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxerxescoder%2Fsolana-token-creator/lists"}