Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #461

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mintbase JS

A library for making web3 end to end development as easy as possible from smart contract deployment and interaction to metadata storage and blockchain data access.
[Check our Templates repository for Mintbase.js](https://github.com/Mintbase/templates)

## Start with a template
Expand All @@ -8,6 +8,9 @@ Check our [Templates website](https://templates.mintbase.xyz/), to bootstrap you
- [AI Chat](https://templates.mintbase.xyz/templates/ai-chat), [AI Minter](https://templates.mintbase.xyz/templates/ai-minter), [Blogchain](https://templates.mintbase.xyz/templates/blogchain), [Contract Deployer](https://templates.mintbase.xyz/templates/contract-deployer), [Minter](https://templates.mintbase.xyz/templates/minter), [Minsta](https://templates.mintbase.xyz/templates/minsta), [Marketplace](https://templates.mintbase.xyz/templates/marketplace), [NFT Stripe Checkout](https://templates.mintbase.xyz/templates/nft-stripe-checkout), [Next Wallet Starter](https://templates.mintbase.xyz/templates/starter-next), [Wallet Starter Vite](https://templates.mintbase.xyz/templates/starter-vite), [Token Drop](https://templates.mintbase.xyz/templates/simple-token-drop)


## Status


<p align="center">
<img src="https://img.shields.io/github/v/release/mintbase/mintbase-js" />
<img src="https://img.shields.io/github/release-date/mintbase/mintbase-js" />
Expand Down Expand Up @@ -49,7 +52,6 @@ Check our [Templates website](https://templates.mintbase.xyz/), to bootstrap you
<img src='https://img.shields.io/bundlephobia/min/@mintbase-js/wallet' />
</p>

A library for making web3 end to end development as easy as possible from smart contract deployment and interaction to metadata storage and blockchain data access.

{% hint style="danger" %}
## All packages are currently in beta.
Expand Down
Loading