|
1 |
| -<p align="center"> |
2 |
| - <a href="https://mintbase.io"> |
3 |
| - <img src="./assets/gh-examples-mb.png" style="object-fit: cover"> |
4 |
| - </a> |
5 |
| -</p> |
6 |
| - |
7 |
| -## Index |
8 |
| -- [Starter](./starter) |
9 |
| -- [Simple Marketplace](./simple-marketplace) |
10 |
| -- [Simple Minter](./simple-minter) |
| 1 | +# Mintbase.js Templates |
| 2 | + |
| 3 | +- This is the main templates repository for [Mintbase.js](https://github.com/mintbase/mintbase-js) |
| 4 | + |
| 5 | +## Templates |
| 6 | + |
| 7 | + |
| 8 | +| Template | Demo | |
| 9 | +|--|--| |
| 10 | +| [Starter](./starter/next-js/) | [Demo](https://starter.mintbase.xyz/) | |
| 11 | +| [Starter React Vite](./starter/react-vite/)| [Demo](https://starter-react-vite.mintbase.xyz/) | |
| 12 | +| [AI Chat](./ai-chat) | [Demo](https://ai-chat.mintbase.xyz/) | |
| 13 | +| [AI Minter](./ai-minter/) | [Demo](https://ai-minter.mintbase.xyz/) | |
| 14 | +| [Blogchain](./blogchain/) | [Demo](https://blogchain.mintbase.xyz) | |
| 15 | +| [Contract Deployer](./contract-deployer/) | [Demo](https://contract-deployer-template.mintbase.xyz/) | |
| 16 | +| [Minter](./minter/) | [Demo](https://minter.mintbase.xyz/) | |
| 17 | +| [Marketplace](./marketplace/) | [Demo](https://marketplace-template.mintbase.xyz/) | |
| 18 | +| [NFT Stripe Checkout](./nft-stripe-checkout/) | [Demo](https://nft-stripe-checkout.mintbase.xyz/) |
| 19 | +| [Token Drop](./simple-token-drop) | [Demo](https://token-drop-template.mintbase.xyz/) | |
| 20 | + |
| 21 | + |
| 22 | +## Contributing |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +You can send us your dapp project using Mintbase.js and be showcased here. |
| 27 | + |
| 28 | +All you have to do is open a P/R with the project inside a folder. |
| 29 | + |
| 30 | +We use Next.js 14 as the standard framework, but other frameworks/libs using mintbase.js are welcomed. |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +### Branching |
| 35 | + |
| 36 | + **Main branch** |
| 37 | + |
| 38 | +This is the default branch and will be equal the latest official release. |
| 39 | + |
| 40 | + **Dev Branch** |
| 41 | + |
| 42 | +This is the branch for development used by the team and/or other contributors from the community. New features, fixes and other improvements are first implemented and tested in this branch. When adding new features/fixes team members must always create a new branch locally based on latest changes of dev branch. When your work is ready a merge request should be opened from your branch to dev. When your PR is reviewed and approved then it can be merged. |
| 43 | + |
| 44 | + **Other branches** |
| 45 | + |
| 46 | +Except main and dev branch other branches are work in progress by the team or related to the open PR(s). |
| 47 | + |
| 48 | +### Criteria |
| 49 | + 1. For a template to be accepted, it does not need to currently exist. |
| 50 | + 2. It should feature original code and not be copied from existing sources. |
| 51 | + 3. We welcome new implementations of templates in different technologies, even if they are based on existing templates. |
| 52 | + |
| 53 | + |
| 54 | +## Troubleshooting |
| 55 | + |
| 56 | +Have feedback or perhaps need a hand? |
| 57 | + |
| 58 | +**Reach out on our [Telegram](https://t.me/mintdev) public developer support channel.** |
0 commit comments