https://github.com/lauti7/dcl-rpc-on-node-js
https://github.com/lauti7/dcl-rpc-on-node-js
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lauti7/dcl-rpc-on-node-js
- Owner: lauti7
- Created: 2023-09-18T23:17:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T23:46:05.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T11:28:13.523Z (5 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
//...
```