This is the source code for https://ethereumadoption.com, a list of high profile entities building on Ethereum. This site focuses on non-crypto native entities.
- Clone the repo (or fork the repo to your account)
- Install dependencies:
bundle install
- Create a feature branch off of the
dev
branch - Start the local server:
bundle exec jekyll serve
- Go to http://localhost:4400/ to view changes
To build the site use bundle exec jekyll build
.
Resources:
To use this data, simply query one of the following endpoints:
https://ethereumadoption.com/adoption.json
https://ethereumadoption.com/adoption.yml
Please do not abuse this endpoint, checking once or twice a day would be sufficient given the update frequency.
To add a new entry, add it to _data/adoption.yml
using the template provided.