Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lauti7/dcl-rpc-on-node-js


https://github.com/lauti7/dcl-rpc-on-node-js

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Execute dcl-rpc with napi-rs

```bash
$ npm i -g @napi-rs/cli
```

```bash
$ npm install
```

```bash
$ npm run build
```

Execute it by running the tests:

```bash
$ npm run test
```

Execute it manually:
```bash
$ node
Welcome to Node.js v18.17.0.
Type ".help" for more information.
> const addon = require('./index.js')
undefined
> addon.executeRpcRust()
//...
```