https://github.com/marc-aurele-besner/eternalmint-xyz
Create fully decentralized NFTs with metadata and content stored permanently on-chain, ensuring immutability and eternal accessibility.
https://github.com/marc-aurele-besner/eternalmint-xyz
Last synced: about 1 month ago
JSON representation
Create fully decentralized NFTs with metadata and content stored permanently on-chain, ensuring immutability and eternal accessibility.
- Host: GitHub
- URL: https://github.com/marc-aurele-besner/eternalmint-xyz
- Owner: marc-aurele-besner
- License: mit
- Created: 2024-10-20T11:44:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T14:48:43.000Z (4 months ago)
- Last Synced: 2025-04-15T16:02:13.602Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://eternalmint-xyz.vercel.app
- Size: 3.92 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eternal Mint
**Mint Once, Own Forever: Fully Decentralized, Eternally Accessible NFTs.**
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). Eternal Mint allows users to create and manage NFTs in a decentralized manner.
## Table of Contents
- [About](#about)
- [Getting Started](#getting-started)
- [Development](#development)
- [Features](#features)
- [Learn More](#learn-more)
- [Deployment](#deployment)
- [Contributing](#contributing)
- [License](#license)## About
Eternal Mint is a platform for creating and managing NFTs that are fully decentralized and eternally accessible. Users can mint NFTs with custom names, supply, descriptions, and external links.
## Getting Started
To get started with this project, clone the repository and install the dependencies:
```bash
git clone https://github.com/marc-aurele-besner/eternalmint-xyz
cd eternalmint-xyz
deno install
```## Development
Run the development server:
```bash
deno task dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Features
- **Create NFTs**: Easily mint NFTs with a user-friendly interface.
- **Decentralized**: Fully decentralized platform ensuring eternal accessibility.
- **Customizable**: Add custom names, supply, descriptions, and external links to your NFTs.
- **Latest Creations**: View the latest NFTs created on the platform.## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
## Deployment
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.