Skip to content

Commit 16717e1

Browse files
committed
connex: add playground and source
1 parent 324cfd9 commit 16717e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

connex/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,15 @@ In some cases, e.g. the classic ['Buy me a coffee'](https://codepen.io/qianbin/p
6868
```ts
6969
const vendor = new Connex.Vendor('main')
7070
```
71+
72+
## Playground
73+
74+
Package [@vechain/connex-repl](https://www.npmjs.com/package/@vechain/connex-repl) provides a quick way to try out connex interface.
75+
76+
## Source Code
77+
78+
+ [connex](https://github.com/vechain/connex/blob/master/packages/connex): The out of the box Connex implementation for browser.
79+
+ [framework](https://github.com/vechain/connex/blob/master/packages/framework): Implements Connex interface.
80+
+ [driver](https://github.com/vechain/connex/blob/master/packages/driver): Implements Connex.Driver interface.
81+
+ [repl](https://github.com/vechain/connex/blob/master/packages/repl): The REPL style command-line playground.
82+
+ [types](https://github.com/vechain/connex/blob/master/packages/types): Connex interface declarations presented in Typescript.

0 commit comments

Comments
 (0)