Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vechain/connex
- Owner: vechain
- License: lgpl-3.0
- Created: 2018-12-02T15:45:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T13:56:24.000Z (5 months ago)
- Last Synced: 2024-07-19T18:43:29.601Z (4 months ago)
- Topics: connex, dapp, sync, vechain
- Language: TypeScript
- Homepage: https://docs.vechain.org/developer-resources/sdks-and-providers/connex
- Size: 1.03 MB
- Stars: 87
- Watchers: 17
- Forks: 3,563
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - [source code
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.