From 559d6edc20a447736983554f5ca8a93023a29c88 Mon Sep 17 00:00:00 2001 From: Chen Yu Date: Mon, 21 Jan 2019 15:20:01 +0800 Subject: [PATCH] Update README.md --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9c9b9b9..dca3b94 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,11 @@ # Overview -The `appchain.js` library is a collection of packages which contains specific functionality for the [Nervos AppChain](http://appchain.nervos.org/) ecosystem. +The `cita-sdk-js` library is a collection of packages which contains specific functionality for the [Nervos AppChain](http://appchain.nervos.org/) ecosystem. -- The `appchain-base` is for interacting with `AppChain` and has been published at [@appchain/base](https://www.npmjs.com/package/@appchain/base) -- The `appchain-signer` is for signing transaction for `AppChain` and has been published at [@cryptape/cita-signer](https://www.npmjs.com/package/@cryptape/cita-signer) +- The `@cryptape/cita-sdk` is for interacting with `CITA` and has been published at [@cryptape/cita-sdk](https://www.npmjs.com/package/@cryptape/cita-sdk) +- The `@cryptape/cita-signer` is for signing transaction for `CITA` and has been published at [@cryptape/cita-signer](https://www.npmjs.com/package/@cryptape/cita-signer) # Version -`@appchain/base` strictly abides by Semver, and is compatible with [CITA](https://github.com/cryptape/cita) by `MAJOR` and `MINOR` version, e.g. `@appchain/base@0.17.x` will work perfectly with `CITA@0.17` - -# Changlog since @appchain/base@0.19.0 - - [Chore]: *test*, add appchain-tests module; - - [Fix]: *signature*, fix signature offset; - - [Update]: *type-def*, update web3 type definition; - - [Feature]: *protocol version*, support CITA version 1; - - [Refactor]: *store-abi*, refactor storeAbi method; - - [Feature]: *getTransaction*, add more detail in result of getTransaction; - - [Update]: *Rename*, rename @nervos/chain to @appchain/base +`@cryptape/cita-sdk` strictly abides by Semver, and is compatible with [CITA](https://github.com/cryptape/cita) by `MAJOR` and `MINOR` version, e.g. `@cryptape/cita-sdk@0.20.x` will work perfectly with `CITA@0.20`