@ckb-ccc/ccc 0.0.4-alpha.0 → 0.0.4-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +32 -0
  2. package/package.json +8 -8
package/README.md ADDED
@@ -0,0 +1,32 @@
1
+ <h1 align="center" style="font-size: 64px;">
2
+ CCC
3
+ </h1>
4
+
5
+ <p align="center">
6
+ <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/ckb-ecofund/ccc">
7
+ <img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/ckb-ecofund/ccc/master">
8
+ <img alt="GitHub deployments" src="https://img.shields.io/github/deployments/ckb-ecofund/ccc/production">
9
+ <img alt="Demo" src="https://img.shields.io/website?url=https%3A%2F%2Fckbccc-demo.vercel.app%2F&label=Demo">
10
+ </p>
11
+
12
+ <p align="center">
13
+ "Common Chains Connector" is where CCC begins.
14
+ <br />
15
+ CCC helps you to interoperate wallets from different chain ecosystems with CKB,
16
+ <br />
17
+ fully enabling CKB's cryptographic freedom power.
18
+ </p>
19
+
20
+ ## Preview
21
+
22
+ <p align="center">
23
+ <a href="https://ckbccc-demo.vercel.app/">
24
+ <img src="https://raw.githubusercontent.com/ckb-ecofund/ccc/master/assets/preview.png" width="30%" />
25
+ </a>
26
+ </p>
27
+
28
+ This project is still under active development, and we are looking forward to your feedback. [Try its demo now here](https://ckbccc-demo.vercel.app/).
29
+
30
+ <h3 align="center">
31
+ Read more about CCC on its <a href="https://github.com/ckb-ecofund/ccc">GitHub Repo</a>.
32
+ </h3>
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@ckb-ccc/ccc",
3
- "version": "0.0.4-alpha.0",
3
+ "version": "0.0.4-alpha.2",
4
4
  "description": "Common Chains Connector",
5
5
  "author": "Hanssen0 <hanssen0@hanssen0.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
8
- "homepage": "https://github.com/Hanssen0/ccc",
8
+ "homepage": "https://github.com/ckb-ecofund/ccc",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git://github.com/Hanssen0/ccc.git"
11
+ "url": "git://github.com/ckb-ecofund/ccc.git"
12
12
  },
13
13
  "main": "dist/index.js",
14
14
  "exports": {
@@ -37,10 +37,10 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@ckb-ccc/core": "0.0.4-alpha.0",
41
- "@ckb-ccc/eip6963": "0.0.4-alpha.0",
42
- "@ckb-ccc/okx": "0.0.4-alpha.0",
43
- "@ckb-ccc/uni-sat": "0.0.4-alpha.0"
40
+ "@ckb-ccc/core": "0.0.4-alpha.2",
41
+ "@ckb-ccc/eip6963": "0.0.4-alpha.2",
42
+ "@ckb-ccc/okx": "0.0.4-alpha.2",
43
+ "@ckb-ccc/uni-sat": "0.0.4-alpha.2"
44
44
  },
45
- "gitHead": "e49045ed4b2778c92d6f49b79c17125245141a21"
45
+ "gitHead": "a90c12506cc8a1e0284cc4687d6a1a4598bffed2"
46
46
  }