0.3.3 • Published 1 year ago

react-rainbowkit v0.3.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

🔗 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

https://www.npmjs.com/package/react-rainbowkit/

0.3.3

1 year ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago