File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -68,3 +68,15 @@ In some cases, e.g. the classic ['Buy me a coffee'](https://codepen.io/qianbin/p
6868` ` ` ts
6969const 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.
You can’t perform that action at this time.
0 commit comments