Install it and run:
pnpm install # or yarn
yarn start
Build for production:
yarn build
yarn serve # Run locally
Deploy the webui/build on surge.sh:
yarn surge
The generated static web resources can be deployed on IPFS, Surge or AWS S3.
Refer to dedicated deployment scripts in package.json.
A React responsive Web UI based on:
- Create React App
- Material UI
- Tailwind CSS
- Wagmi
- Ethers
- RainbowKit
- and friends: see package.json.
This web front-end is based on React, using Tailwind CSS together with MaterialUI, including emotion
.
Refer to package.son for a complete review of dependencies.
React Hooks for Ethereum
Repo: wagmi-dev / wagmi
d-Āut is a Decentralized Authentication System for DAOs, part of the Āut protocol.
Documentation:
The ethers.js library aims to be a complete and compact library for interacting with the Ethereum Blockchain and its ecosystem.
Site: https://ethers.org
Repo: https://github.com/ethers-io/ethers.js
Type-safe, lightweight SDKs for Ethereum smart contracts.
Repository: dethcrypto / eth-sdk
Distributed under the Affero General Public License 3.0+ license.