Skip to content

Commit 09290ae

Browse files
authored
readme (#63)
* readme * readme * readme * readme * readme * readme * readme * urls * urls
1 parent 82e7be8 commit 09290ae

File tree

5 files changed

+72
-23
lines changed

5 files changed

+72
-23
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
Thanks for taking the time to submit a pull request!
3+
4+
5+
6+
Please write some information about this P/R that are valuable to us:
7+
8+
9+
10+
Project Title: [Project Title]
11+
Project Description: [Project Description]
12+
Technologies Used: [Technologies Used]
13+
How did you used mintbase.js?: [How did you used mintbase.js?]
14+
Working Demo Link: [Working Demo Link]

IDEAS.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

NOTES.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 58 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,58 @@
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.**

assets/gh-examples-mb.png

-42.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)