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.
To get started with the project:
Clone the repository: git clone https://github.com/treejer/coreui-free-react-admin-template-web3
$ npm install
or
$ yarn install
# 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.
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
Duplicate the environment file and modify its variable values.
cp .env.example .env
The documentation for the CoreUI Admin Template is hosted at our website CoreUI for React
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!
Code released under the MIT license.