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: 8 days 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.

## ⚠️ Repository Notice: End-of-Life (EOL)

**This repository is now archived and has reached its end-of-life (EOL).** We have transitioned to a new and improved repository that will continue to receive updates, support, and new features.

### Important Dates:
- **Final Version Release:** November 4th, 2024
- **End-of-Support Date:** December 31st, 2024
- **Repository Archive Date:** December 31st, 2024

### New Repository
You can start using the [VeChain SDK](https://github.com/vechain/vechain-sdk-js) for the latest updates and developments.

### Thank You
Thank you to all contributors and users for supporting this project. We appreciate your interest and encourage you to explore the new repository for ongoing improvements and features.

---

For any further questions or migration guidance, please reach out using our [support portal](https://support.vechain.org/support/home).

## 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.