Skip to content

Commit 550f884

Browse files
authored
Merge branch 'master' into master
2 parents 8f1397b + 6765d0b commit 550f884

File tree

144 files changed

+5555
-1340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+5555
-1340
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ rush version --bump --override-bump minor
4848
$ rush publish --publish --include-all
4949
```
5050

51-
# 0xcet documentation
51+
# 0xcert documentation
5252

5353
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.
5454

@@ -71,7 +71,7 @@ You can build and deploy the documentation to the server.
7171
$ npm run deploy
7272
```
7373

74-
# 0xcet conventions
74+
# 0xcert conventions
7575

7676
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.
7777

README.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,40 @@ To learn more about the 0xcert Framework, the Protocol, and the 0xcert news, ple
1010
* [The official 0xcert website](https://0xcert.org/),
1111
* [Our news blog](https://0xcert.org/news/).
1212

13+
## Supported platforms
14+
15+
![Ethereum](./assets/ethereum.png)
16+
![Wanchain](./assets/wanchain.png)
17+
1318
## Packages
1419

20+
### Core
1521
| Package | Version | Description
1622
|-|-|-
1723
| 0xcert/cert | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fcert.svg)](https://badge.fury.io/js/%400xcert%2Fcert) | Module for certifying asset data objects.
1824
| 0xcert/conventions | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fconventions.svg)](https://badge.fury.io/js/%400xcert%2Fconventions) | Module with implementation of all confirmed conventions.
25+
26+
### Ethereum
27+
| Package | Version | Description
28+
|-|-|-
1929
| 0xcert/ethereum-asset-ledger | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-asset-ledger.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-asset-ledger) | Asset ledger module for asset management on the Ethereum blockchain.
20-
| 0xcert/ethereum-erc20-contracts | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-erc20-contracts.svg)](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 | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-erc721-contracts.svg)](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 | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-generic-provider.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-generic-provider) | Basic implementation of communication provider for the Ethereum blockchain.
2330
| 0xcert/ethereum-http-provider | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-http-provider.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-http-provider) | Implementation of HTTP communication provider for the Ethereum blockchain.
2431
| 0xcert/ethereum-metamask-provider | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-metamask-provider.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-metamask-provider) | Implementation of MetaMask communication provider for the Ethereum blockchain.
2532
| 0xcert/ethereum-order-gateway | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-order-gateway.svg)](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 | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-order-gateway-contracts.svg)](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 | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-proxy-contracts.svg)](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 | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-sandbox.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-sandbox) | Test server for local running testing of modules on the Ethereum blockchain.
29-
| 0xcert/ethereum-utils | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-utils.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-utils) | General Ethereum utility module with helper functions for the Ethereum blockchain.
30-
| 0xcert/ethereum-utils-contracts | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-utils-contracts.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-utils-contracts) | General utility module with helper smart contracts.
3133
| 0xcert/ethereum-value-ledger | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-value-ledger.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-value-ledger) | Value ledger module for currency management on the Ethereum blockchain.
32-
| 0xcert/ethereum-xcert-contracts | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-xcert-contracts.svg)](https://badge.fury.io/js/%400xcert%2Fethereum-xcert-contracts) | Smart contracts used by the Asset ledger on the Ethereum blockchain.
33-
| 0xcert/merkle | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fmerkle.svg)](https://badge.fury.io/js/%400xcert%2Fmerkle) | Implementation of basic functions of binary Merkle tree.
34-
| 0xcert/scaffold | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fscaffold.svg)](https://badge.fury.io/js/%400xcert%2Fscaffold) | Overarching module with types, enums, and interfaces for easier development of interoperable modules.
35-
| 0xcert/utils | [![NPM Version](https://badge.fury.io/js/@0xcert%2Futils.svg)](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 | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fvue-plugin.svg)](https://badge.fury.io/js/%400xcert%2Fvue-plugin) | Implementation of VueJS plug-in.
38-
| 0xcert/webpack | - | Module for package building and minification.
3934

40-
## Supported platforms
35+
### Wanchain
36+
| Package | Version | Description
37+
|-|-|-
38+
| 0xcert/wanchain-asset-ledger | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fwanchain-asset-ledger.svg)](https://badge.fury.io/js/%400xcert%2Fwanchain-asset-ledger) | Asset ledger module for asset management on the Wanchain blockchain.
39+
| 0xcert/wanchain-http-provider | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fwanchain-http-provider.svg)](https://badge.fury.io/js/%400xcert%2Fwanchain-http-provider) | Implementation of HTTP communication provider for the Wanchain blockchain.
40+
| 0xcert/wanchain-order-gateway | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fwanchain-order-gateway.svg)](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 | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fwanchain-value-ledger.svg)](https://badge.fury.io/js/%400xcert%2Fwanchain-value-ledger) | Value ledger module for currency management on the Wanchain blockchain.
4142

42-
![Ethereum](./assets/ethereum.png)
43+
### Plugins
44+
| Package | Version | Description
45+
|-|-|-
46+
| 0xcert/vue-plugin | [![NPM Version](https://badge.fury.io/js/@0xcert%2Fvue-plugin.svg)](https://badge.fury.io/js/%400xcert%2Fvue-plugin) | Implementation of VueJS plug-in.
4347

4448
## Contributing
4549

assets/wanchain.png

24.8 KB
Loading

0 commit comments

Comments
 (0)