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.
- Host: GitHub
- URL: https://github.com/vechain/connex
- Owner: vechain
- License: lgpl-3.0
- Created: 2018-12-02T15:45:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T16:13:39.000Z (26 days ago)
- Last Synced: 2025-04-05T09:02:35.234Z (15 days ago)
- Topics: connex, dapp, sync, vechain
- Language: TypeScript
- Homepage: https://docs.vechain.org/developer-resources/sdks-and-providers/connex
- Size: 1.07 MB
- Stars: 84
- Watchers: 16
- Forks: 3,598
- Open Issues: 15
-
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.
## ⚠️ 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) | [](https://badge.fury.io/js/%40vechain%2Fconnex) | The out of the box Connex implementation for browser |
| [framework](packages/framework) | [](https://badge.fury.io/js/%40vechain%2Fconnex-framework) | Implements Connex interface |
| [driver](packages/driver) | [](https://badge.fury.io/js/%40vechain%2Fconnex-driver) | Implements Connex.Driver interface |
| [repl](packages/repl) | [](https://badge.fury.io/js/%40vechain%2Fconnex-repl) | The REPL style command-line playground |
| [types](packages/types) | [](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.