From 2e591f6bb01f850aebeb8a6e892f52b1802082b8 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Sat, 18 May 2019 10:57:38 +0800 Subject: [PATCH] =?UTF-8?q?[README.md]=20=E6=B7=BB=E5=8A=A0=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0fb7472 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# tic.action + +时光链事务库:前后端通用的事务库。前端用来生成用户指定的事务并签名,后台用来验证、准备、执行用户提交的事务。 + +## Table of Contents + +1. [Installation Guide](./doc/Installation.md) +2. [API Specification](./doc/API.md) +3. [References](#references) + +## 1. Installation Guide +前后端软件引入本库后即可使用: +``` +npm install git+https://git.faronear.org/tic/tic.action#latest_stable --save +``` + +## 3. References + ++ 返回根文档:https://git.faronear.org/tic/doc/