/web3-dashboard

Primary LanguageJavaScriptMIT LicenseMIT

Web3 Components Demo

Live demo: https://covalenthq.github.io/Web3-Components-Demo

This is a live demo of the Web3 Components Library powered by the Covalent Unified API and built using the create-react-app framework.

Quick start

Local development

  1. Click Use this template to fork this repo.
  2. Create an .env file in the project folder and set the variable: REACT_APP_COVALENT_API_KEY=Your Covalent API Key
  3. Run npm start

 

Deploy to GitHub Pages

  1. Click Use this template to fork this repo. Make sure to select: Include all branches.

  2. Under Settings -> Secrets -> Actions, click New repository secret

    Add new repo secret

  3. Add your Covalent API key as the secret with the name: REACT_APP_COVALENT_API_KEY Add Covalent API key

  4. Go to your package.json and update the "homepage" URL value to include your username and repository name: "https://<username>.github.io/<repository-name>". Commit changes to the main branch. Update homepage URL

  5. When the automatic GitHub page build workflow is completed, visit your homepage URL to see the Web3 Components Demo app running on your GitHub page. GitHub pages deploy

  6. Use this template to customize your app using these web3 components! demo app screenshot

Please refer to the API reference for documentation on how the Covalent Unified API works.

 

Feedback & Support

We love our community and want to help everyone build in web3 💪

If you have any feedback or need any support with using any of the web3 components or the Covalent API, message us in our Discord in the #feedback-and-support channel.