@alephium/web3-react
v2.0.8
Published
React components for Alephium Web3.
Readme

Install from sources
First clone this repository on your machine then run:
npm install
npm run buildDevelopment
To setup the repo on your machine just run:
npm install
npm run devExample
To add a auth button to your react/nextjs app, simply wrap your app
with AlephiumWalletProvider component and add the
AlephiumWalletProvider component.
const App = () => {
return (
<AlephiumWalletProvider useTheme="win95">
/* Your App */
<AlephiumConnectButton />
</AlephiumWalletProvider>
);useTheme is optional, there are a
dozon
themes that can be chosen from.
Credits
We have built this project on top of ConnectKit's codebase. We would like to take this oppurtunity to thank all the contributors of the ConnectKit project ❤️
