Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.04 KB

Ethereum Signal Aggregator

Minimum bias ethereum signal aggregator

Goal

Build website featuring aggregated data of Ethereum signals.

Contribution

Contributions are heavily encouraged!

Please Note: This repository uses the ZenHub extension for project management.

Discussion

Specific discussion about this website project on #ethsignaling:matrix.org

Origin

This project is a result of the EIP0 inititative - currently in a brainstorming stage - see this google doc

Workflow

Development

Just run this command npm run dev and then go to http://localhost:1234.

Production

Install now-cli with npm install -g now. You can then use now command in the repository to deploy.

Component documentation

The project is using docz to document components. You can run npm run docz:dev to spin up the docz server and see the documentation. Go to http://localhost:3000.