Zilliqa JSON-RPC API documentation. Powered by Slate.
Zilliqa apidocs contains the documentation of all JSON-RPC methods used to interact with Zilliqa nodes in order to transact and deploy/call contracts. You may currently find support for:
- cURL
- JavaScript via
zilliqa-js
- Java via
laksa-j
- Ruby via
laksa-ruby
You're going to need the following to contribute:
- 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 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/Zilliqa/apidocs.git && cd apidocs
-
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.
- Learn more about editing Slate markdown HERE.
- Please adhere to the Code of Conduct when participating in the Zilliqa community.
- Please utilise the PR template when submitting Pull Requests to this repository.