lauti7 / dcl-rpc-on-node-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Execute dcl-rpc with napi-rs

$ npm i -g @napi-rs/cli
$ npm install
$ npm run build

Execute it by running the tests:

$ npm run test

Execute it manually:

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

About


Languages

Language:JavaScript 58.2%Language:Rust 41.8%