Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 671 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 671 Bytes

Alphaday Widgets Codebase

This repository combines all public widget components and all web3 related functionality which the Alpahday app imports. It is imported as an external library before building the live application in the deployment process.

This repo will progressively include more/all widgets in time.

Current contents are:

  • Portfolio widget
  • Connecft wallet funcionality
  • Verify wallet funcionality

Requirements:

  • Node v16.x.x
  • yarn 1.22.x

Set locally up with these steps:

  1. cd into the widgets folder
  2. npm install —global yarn
  3. yarn
  4. yarn start to start the development server
  5. yarn build to create/update the build folder