Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lauti7/dcl-rpc-on-node-js
- Owner: lauti7
- Created: 2023-09-18T23:17:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-18T23:46:05.000Z (over 1 year ago)
- Last Synced: 2024-11-05T17:58:28.089Z (3 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()
//...
```