Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vechain/connex

The mono-repo contains libraries to help build dApps for VeChain.
https://github.com/vechain/connex

connex dapp sync vechain

Last synced: 3 months ago
JSON representation

The mono-repo contains libraries to help build dApps for VeChain.

Awesome Lists containing this project

README

        

# Connex

Connex is the mono-repo contains libraries to help build dApps for VeChain.

## Packages

It is recommended to start from [Connex](packages/connex) package.

| package | status | desc |
| - | - | - |
| [connex](packages/connex) | [![npm](https://badge.fury.io/js/%40vechain%2Fconnex.svg)](https://badge.fury.io/js/%40vechain%2Fconnex) | The out of the box Connex implementation for browser |
| [framework](packages/framework) | [![npm](https://badge.fury.io/js/%40vechain%2Fconnex-framework.svg)](https://badge.fury.io/js/%40vechain%2Fconnex-framework) | Implements Connex interface |
| [driver](packages/driver) | [![npm](https://badge.fury.io/js/%40vechain%2Fconnex-driver.svg)](https://badge.fury.io/js/%40vechain%2Fconnex-driver) | Implements Connex.Driver interface |
| [repl](packages/repl) | [![npm](https://badge.fury.io/js/%40vechain%2Fconnex-repl.svg)](https://badge.fury.io/js/%40vechain%2Fconnex-repl) | The REPL style command-line playground |
| [types](packages/types) | [![npm](https://badge.fury.io/js/%40vechain%2Fconnex-types.svg)](https://badge.fury.io/js/%40vechain%2Fconnex-types) | Connex interface declarations presented in Typescript |

## License

This package is licensed under the
[GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.html), also included in *LICENSE* file in the repository.