0.3.3 • Published 12 months ago
react-rainbowkit v0.3.3
🔗 RainbowKitApp Package
- A package to install to have basic functionality of web3 like minting, Transfer ERC20 Token , Transfer ether from one account to other account.We primarily utilize rainbowkit for our package.
How to install the package
npm i react-rainbowkit
Code Snippet to use it
Importing
import RainbowKitApp from 'react-rainbowkit'
Use it
<RainbowKitApp />
Sample example used in index.tsx
or index.jsx
import React from 'react';
import ReactDOM from 'react-dom/client';
import RainbowKitApp from 'react-rainbowkit'
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<>
<RainbowKitApp />
</>
);
NPM link to explore more
0.3.3
12 months ago
0.3.2
1 year ago
0.3.1
1 year ago
0.3.0
1 year ago
0.2.9
1 year ago
0.2.8
1 year ago
0.2.7
1 year ago
0.2.6
1 year ago
0.2.5
1 year ago
0.2.4
1 year ago
0.2.3
1 year ago
0.2.2
1 year ago
0.2.1
1 year ago
0.2.0
1 year ago
0.1.9
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.0
1 year ago