/verifier

Treejer Protocol's Verification Dashboard

Primary LanguageJavaScriptMIT LicenseMIT

CoreUI Web3 React Admin Template

This project is a web3 version of the CoreUI React admin template. It is a fork of the CoreUI admin template built with React.

Overview We have extended the functionality of the original CoreUI template by adding web3 capabilities using the following libraries:

  • 🌈RainBowKit - RainbowKit is a React library that makes it easy to add wallet connection to your dapp. It's intuitive, responsive and customizable.
  • Axios - Axios is a simple promise based HTTP client for the browser and node.js. Axios provides a simple to use library in a small package with a very extensible interface.
  • Redux - For state management.
  • Redux Saga - For managing side effects, such as fetching blockchain data.
  • Multichain config - configs are set by chain.

The CoreUI template already utilizes React and Bootstrap to provide a robust admin template with a wide range of UI components.

Quick Start

To get started with the project:

Clone the repository: git clone https://github.com/treejer/coreui-free-react-admin-template-web3

Installation

$ npm install

or

$ yarn install

Basic usage

# dev server with hot reload at http://localhost:3000
$ npm start 

or

# dev server with hot reload at http://localhost:3000
$ yarn start

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Build

Run build to build the project. The build artifacts will be stored in the build/ directory.

# build for production with minification
$ npm run build

or

# build for production with minification
$ yarn build

Env Setup

Duplicate the environment file and modify its variable values.

cp .env.example .env

Documentation

The documentation for the CoreUI Admin Template is hosted at our website CoreUI for React

About

This project is built and maintained by the Treejer Team. The source code is available on GitHub. Please feel free to reach out if you have any questions or need further assistance. We are happy to help!

Documentation

Code released under the MIT license.