Skip to content

blockchain/docs-exchange-api

This branch is 51 commits ahead of tbuchann/slate:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 19, 2018
Aug 18, 2023
Dec 18, 2019
Aug 18, 2023
Jan 28, 2018
Jan 10, 2020
Aug 18, 2023
Jun 15, 2017
Jul 5, 2018
Jul 17, 2017
May 21, 2018
Aug 18, 2023
Oct 11, 2013
May 15, 2020
Jan 20, 2018
May 3, 2019
Feb 5, 2018
May 31, 2015

Repository files navigation

Getting Started

Prerequisites

You're going to need:

  • Linux or macOS — Windows may work, but is unsupported.
  • Ruby, version 2.3.1 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Getting Set Up

Initialize and start Slate. You can either do this locally, or with Vagrant:

# 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. Whoa! That was fast!

Pushing

Remember to build before pushing

bundle exec middleman build --clean

About

Blockchain.com Exchange API documentation

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.0%
  • HTML 29.7%
  • SCSS 5.5%
  • Other 1.8%