Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
harrywong committed Aug 18, 2018
1 parent 05d30c8 commit 9a97452
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/ABI-References.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# EVT ABI References
![everiToken Logo](./logo.png)

# EVT ABI References
---
## Overview
The ABI defines the application interface interactive with the everiToken blockchain. Applications can use JSON RPC to communicate with everiToken. For the API references, you can check [document](API-References.md). This document will expand the details of abi json definition (ie. the `args` field you send to `/v1/chain/abi_json_to_bin`).

Expand Down
3 changes: 2 additions & 1 deletion docs/API-References.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# EVT API References
![everiToken Logo](./logo.png)

# EVT API References
---
## GET /v1/chain/get_info
Before interacting with everiToken, you need to get some chain information first. Call this API to get `chain_id`, `evt_abi_version` and many other properties of current chain state.

Expand Down
4 changes: 2 additions & 2 deletions docs/EvtLink.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation for EvtLink

![everiToken Logo](./logo.png)

# Documentation for EvtLink
---
This documentation describes detail information about `everiPass` / `everiPay` / `Payee QR Code`. Visit our github for latest version: [click here](https://github.com/everitoken/evt/blob/master/docs/EvtLink.md).

## Contents
Expand Down

0 comments on commit 9a97452

Please sign in to comment.