1.0.0 • Published 5 years ago
@snaphash/iota-streams-node v1.0.0
Introduction
npm module to run rust based iota streams in a javascript based environment
Directory Structure
Code under native is rust code. Code under lib is javascript.
Extend
After modifying rust code under native/src/, build using neon build and voila; your code is ready to be used in javascript. Javascript code is available under lib can now directly access the compiled module as in example lib/index.js
neon build
node lib/index.jsAnd that's it!
1.0.0
5 years ago