DEPRECATED - See https://github.com/blockcypher/eth-docs
This repository contains all of BlockCypher's Ethereum API documentation, presented with the help of GitHub Pages and Slate.
We welcome Pull Requests to help us improve our documentation. If you're making edits, it's a good idea to run your fork of our docs locally before submitting a Pull Request; to do so, follow these instructions straight from Slate.
You're going to need:
- Linux or OS X — Windows may work, but is unsupported.
- Ruby, version 1.9.3 or newer
- Bundler — If Ruby is already installed, but the
bundle
command doesn't work, just rungem install bundler
in a terminal.
- Fork this repository on Github.
- Clone your forked repository (not our original one) to your hard drive with
git clone https://github.com/YOURUSERNAME/eth-docs.git
cd docs
- Install all dependencies:
bundle install
- Start the test server:
bundle exec middleman server
# either run this to run locally
bundle install
bundle exec middleman server
# OR run this to run with vagrant
vagrant up
You can now see the docs at http://localhost:4567.
Just submit an issue. And, of course, feel free to submit Pull Requests with bug fixes or proposed changes.