Skip to content

Commit

Permalink
Fix remove near wallet from @mintbase-js/react (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus authored Jan 29, 2024
1 parent eedad24 commit 94da14c
Show file tree
Hide file tree
Showing 33 changed files with 17,424 additions and 36,501 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[Check our Templates repository for Mintbase.js](https://github.com/Mintbase/templates)

# Start with a template

Check our [Templates website](https://templates.mintbase.xyz/), to bootstrap your dapp with mintbase.js with any of the currently 11 templates;
- [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)


<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 All @@ -11,8 +17,6 @@
<a href="https://coveralls.io/github/Mintbase/mintbase-js?branch=beta" target="_blank"> <img src="https://coveralls.io/repos/github/Mintbase/mintbase-js/badge.svg?branch=beta"/> </a>

</p>


<br/>
<br/>
<p>
Expand Down Expand Up @@ -40,7 +44,6 @@
<img src='https://img.shields.io/npm/dw/@mintbase-js/storage' />
<img src='https://img.shields.io/bundlephobia/min/@mintbase-js/storage' />
</p>

<b>@mintbase-js/wallet:</b>
<img src='https://img.shields.io/npm/dw/@mintbase-js/wallet' />
<img src='https://img.shields.io/bundlephobia/min/@mintbase-js/wallet' />
Expand All @@ -55,6 +58,7 @@ Breaking changes can and will be introduced on a regular basis until an official
{% endhint %}



# Getting started

For guides and specific use case examples visit our [General Documentation](https://docs.mintbase.xyz/dev/getting-started)
Expand Down
53,128 changes: 17,363 additions & 35,765 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^25.2.3",
"@types/node": "^13.13.52",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/big.js": "^6.2.2",
"@types/bn.js": "^5.1.5",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.6.0",
Expand All @@ -81,7 +83,7 @@
"packages/*"
],
"dependencies": {
"@near-wallet-selector/core": "^8.5.4",
"@near-wallet-selector/core": "8.9.3",
"jest-fetch-mock": "^3.0.3"
}
}
11 changes: 0 additions & 11 deletions packages/app/.eslintrc.js

This file was deleted.

36 changes: 0 additions & 36 deletions packages/app/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions packages/app/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions packages/app/components/TokenExample.tsx

This file was deleted.

59 changes: 0 additions & 59 deletions packages/app/components/TransferTest.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions packages/app/next.config.js

This file was deleted.

26 changes: 0 additions & 26 deletions packages/app/package.json

This file was deleted.

24 changes: 0 additions & 24 deletions packages/app/pages/_app.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions packages/app/pages/api/session.tsx

This file was deleted.

41 changes: 0 additions & 41 deletions packages/app/pages/file-upload.tsx

This file was deleted.

Loading

0 comments on commit 94da14c

Please sign in to comment.