You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ $ rush version --bump --override-bump minor
48
48
$ rush publish --publish --include-all
49
49
```
50
50
51
-
# 0xcet documentation
51
+
# 0xcert documentation
52
52
53
53
We are using VuePress for building the documentation pages. Files are built locally from `.md` files located in `/docs` folder and generated into a `/docs/.vuepress/dist` folder.
54
54
@@ -71,7 +71,7 @@ You can build and deploy the documentation to the server.
71
71
$ npm run deploy
72
72
```
73
73
74
-
# 0xcet conventions
74
+
# 0xcert conventions
75
75
76
76
We are using VuePress for building the conventions pages. Files are built locally from `.md` files located in `/conventions` folder and generated into a `/convntions/.vuepress/dist` folder.
Copy file name to clipboardExpand all lines: README.md
+21-17Lines changed: 21 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,36 +10,40 @@ To learn more about the 0xcert Framework, the Protocol, and the 0xcert news, ple
10
10
*[The official 0xcert website](https://0xcert.org/),
11
11
*[Our news blog](https://0xcert.org/news/).
12
12
13
+
## Supported platforms
14
+
15
+

16
+

17
+
13
18
## Packages
14
19
20
+
### Core
15
21
| Package | Version | Description
16
22
|-|-|-
17
23
| 0xcert/cert | [](https://badge.fury.io/js/%400xcert%2Fcert) | Module for certifying asset data objects.
18
24
| 0xcert/conventions | [](https://badge.fury.io/js/%400xcert%2Fconventions) | Module with implementation of all confirmed conventions.
25
+
26
+
### Ethereum
27
+
| Package | Version | Description
28
+
|-|-|-
19
29
| 0xcert/ethereum-asset-ledger | [](https://badge.fury.io/js/%400xcert%2Fethereum-asset-ledger) | Asset ledger module for asset management on the Ethereum blockchain.
20
-
| 0xcert/ethereum-erc20-contracts | [](https://badge.fury.io/js/%400xcert%2Fethereum-erc20-contracts) | Smart contract implementation of the ERC-20 standard on the Ethereum blockchain.
21
-
| 0xcert/ethereum-erc721-contracts | [](https://badge.fury.io/js/%400xcert%2Fethereum-erc721-contracts) | Smart contract implementation of the ERC-721 standard on the Ethereum blockchain.
22
-
| 0xcert/ethereum-generic-provider | [](https://badge.fury.io/js/%400xcert%2Fethereum-generic-provider) | Basic implementation of communication provider for the Ethereum blockchain.
23
30
| 0xcert/ethereum-http-provider | [](https://badge.fury.io/js/%400xcert%2Fethereum-http-provider) | Implementation of HTTP communication provider for the Ethereum blockchain.
24
31
| 0xcert/ethereum-metamask-provider | [](https://badge.fury.io/js/%400xcert%2Fethereum-metamask-provider) | Implementation of MetaMask communication provider for the Ethereum blockchain.
25
32
| 0xcert/ethereum-order-gateway | [](https://badge.fury.io/js/%400xcert%2Fethereum-order-gateway) | Order gateway module for executing atomic operations on the Ethereum blockchain.
26
-
| 0xcert/ethereum-order-gateway-contracts | [](https://badge.fury.io/js/%400xcert%2Fethereum-order-gateway-contracts) | Smart contracts used by the order gateway on the Ethereum blockchain.
27
-
| 0xcert/ethereum-proxy-contracts | [](https://badge.fury.io/js/%400xcert%2Fethereum-proxy-contracts) | Proxy smart contracts used by the order gateway when communicating with the Ethereum blockchain.
28
-
| 0xcert/ethereum-sandbox | [](https://badge.fury.io/js/%400xcert%2Fethereum-sandbox) | Test server for local running testing of modules on the Ethereum blockchain.
29
-
| 0xcert/ethereum-utils | [](https://badge.fury.io/js/%400xcert%2Fethereum-utils) | General Ethereum utility module with helper functions for the Ethereum blockchain.
30
-
| 0xcert/ethereum-utils-contracts | [](https://badge.fury.io/js/%400xcert%2Fethereum-utils-contracts) | General utility module with helper smart contracts.
31
33
| 0xcert/ethereum-value-ledger | [](https://badge.fury.io/js/%400xcert%2Fethereum-value-ledger) | Value ledger module for currency management on the Ethereum blockchain.
32
-
| 0xcert/ethereum-xcert-contracts | [](https://badge.fury.io/js/%400xcert%2Fethereum-xcert-contracts) | Smart contracts used by the Asset ledger on the Ethereum blockchain.
33
-
| 0xcert/merkle | [](https://badge.fury.io/js/%400xcert%2Fmerkle) | Implementation of basic functions of binary Merkle tree.
34
-
| 0xcert/scaffold | [](https://badge.fury.io/js/%400xcert%2Fscaffold) | Overarching module with types, enums, and interfaces for easier development of interoperable modules.
35
-
| 0xcert/utils | [](https://badge.fury.io/js/%400xcert%2Futils) | General utility module with common helper functions.
36
-
| 0xcert/vue-example | - | VueJS plug-in example for NuxtJS.
37
-
| 0xcert/vue-plugin | [](https://badge.fury.io/js/%400xcert%2Fvue-plugin) | Implementation of VueJS plug-in.
38
-
| 0xcert/webpack | - | Module for package building and minification.
39
34
40
-
## Supported platforms
35
+
### Wanchain
36
+
| Package | Version | Description
37
+
|-|-|-
38
+
| 0xcert/wanchain-asset-ledger | [](https://badge.fury.io/js/%400xcert%2Fwanchain-asset-ledger) | Asset ledger module for asset management on the Wanchain blockchain.
39
+
| 0xcert/wanchain-http-provider | [](https://badge.fury.io/js/%400xcert%2Fwanchain-http-provider) | Implementation of HTTP communication provider for the Wanchain blockchain.
40
+
| 0xcert/wanchain-order-gateway | [](https://badge.fury.io/js/%400xcert%2Fwanchain-order-gateway) | Order gateway module for executing atomic operations on the Wanchain blockchain.
41
+
| 0xcert/wanchain-value-ledger | [](https://badge.fury.io/js/%400xcert%2Fwanchain-value-ledger) | Value ledger module for currency management on the Wanchain blockchain.
41
42
42
-

43
+
### Plugins
44
+
| Package | Version | Description
45
+
|-|-|-
46
+
| 0xcert/vue-plugin | [](https://badge.fury.io/js/%400xcert%2Fvue-plugin) | Implementation of VueJS plug-in.
0 commit comments