[README.md] 添加说明文档。

This commit is contained in:
陆柯 2019-05-18 10:57:38 +08:00
parent 57df61a2b3
commit 2e591f6bb0

19
README.md Normal file
View File

@ -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/