A simple application for sharing stats for Ethereum validators.
Can be found hosted at https://unluckyvalidators.io
Report Bug
·
Request Feature
Service | Main | Develop |
---|---|---|
CI Status | ||
Build History | [] | [] |
This should be all you need to do to get started. This will point to an existing Firebase database that is read-only.
git clone git@github.com:davidkassa/unlucky-validators.git && cd unlucky-validators
npm start
Open http://localhost:3000 to view it in the browser.
This project was bootstrapped with Create React App.
To get Firebase Functions or your own Firestore Database running you can follow their Get Started documentation.
- Run
npm install -g firebase-tools
- Create a Firebase project
- Create an Admin key and name it service-key-dev.json.local
- Update .firebaserc
- Call
npm run test:firebase
orcd functions && npm run shell
- If all works, you can deploy from the /functions directory with
npm run deploy
You may need to authenticate with the Firebase CLI as well. I was already authenticated.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request on the
develop
branch
Distributed under the MIT License. See LICENSE for more information.