Connex is the mono-repo contains libraries to help build dApps for VeChain.
package | status | desc |
---|---|---|
connex | The out of the box Connex implementation for browser | |
framework | Implements Connex interface | |
driver | Implements Connex.Driver interface | |
repl | The REPL style command-line playground | |
types | Connex interface declarations presented in Typescript |
This package is licensed under the GNU Lesser General Public License v3.0, also included in LICENSE file in the repository.
This project uses Lerna to handle monorepo.
npx lerna bootstrap
npx lerna run {command}
Available commands:
- build
- lint