Skip to content

Commit abb7abc

Browse files
committed
@bitte-ai/react
1 parent 843ab10 commit abb7abc

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
[//]: # `{ "title": "@mintbase-js/react", "order": "3" }`
1+
# @bitte-ai/react
22

3-
# @mintbase-js/react
4-
5-
This package contains React helpers for interacting with Mintbase JS.
3+
This package contains React helpers for interacting with Bitte Wallet.
64

75
<p align="center">
86

9-
<img src='https://img.shields.io/npm/dw/@mintbase-js/react' />
7+
<img src='https://img.shields.io/npm/dw/@bitte-ai/react' />
108

11-
<img src='https://img.shields.io/bundlephobia/min/@mintbase-js/react'>
9+
<img src='https://img.shields.io/bundlephobia/min/@bitte-ai/react'>
1210

1311
</p>
1412

@@ -29,26 +27,26 @@ You can check a [quick example of Simple Login](https://github.com/Mintbase/exam
2927

3028
# Installing
3129

32-
`@mintbase-js/react relies on React and React Dom version v18.2.0 due to @near-wallet-selector/modal-ui`
30+
`@bitte-ai/react relies on React and React Dom version v18.2.0 due to @near-wallet-selector/modal-ui`
3331

3432
### NPM:
3533

3634
```
37-
npm install @mintbase-js/react
35+
npm install @bitte-ai/react
3836
npm install @near-wallet-selector/modal-ui
3937
```
4038

4139
### Yarn:
4240

4341
```
44-
yarn add @mintbase-js/react
42+
yarn add @bitte-ai/react
4543
yarn add @near-wallet-selector/modal-ui
4644
```
4745

4846
### PNPM:
4947

5048
```
51-
pnpm install @mintbase-js/react
49+
pnpm install @bitte-ai/react
5250
pnpm install @near-wallet-selector/modal-ui
5351
```
5452

@@ -72,7 +70,7 @@ the default way of interacting with Mintbase Wallet is using the BitteWalletCont
7270

7371
```typescript
7472
import "@near-wallet-selector/modal-ui/styles.css";
75-
import { BitteWalletContextProvider } from '@mintbase-js/react'
73+
import { BitteWalletContextProvider } from '@bitte-ai/react'
7674

7775
<BitteWalletContextProvider
7876
contractAddress="mycontract.mintbase1.near"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitte-ai/react",
3-
"version": "0.6.6-beta-prerelease.3",
3+
"version": "0.6.6-beta-prerelease.31",
44
"description": "React app tools for Bitte Wallet",
55
"scripts": {
66
"watch": "tsc && tsc --watch & jest --watch --coverage",

0 commit comments

Comments
 (0)