Installation
How to install Connex.
Connex is available to developers in several ways. The installation approach does not influence or modify the Connex features. Connex can be installed in any of the following ways:
Browser Implementation: This conventional utilization aligns with dApp development similar to the EIP-1193 standard. In this context, Connex facilitates connections with Sync/Sync2 or VeWorld. This approach has two Sub-approaches:
NPM
Using Content Delivery Network (CDN)
Framework: This technique empowers the instantiation of a Connex instance from the ground up. It is commonly employed for NodeJS projects and command line interface (CLI) applications.
The below snippets contain links to veblocks nodes feel free to connect to any of the public nodes https://github.com/vechain/vechain-docs/blob/main/developer-resources/nodes.md
Connex Browser implementation
NPM
Below is a snippet using Connex and React:
CDN
The Connex library can be seamlessly integrated by employing the subsequent CDN hyperlink:
Below is a snippet using Connex and HTML:
Framework
You can create a low level Connex instance using the following example:
Last updated