This package has been deprecated

Author message:

Use https://www.npmjs.com/package/fift-node instead

fift-bind

0.0.1 • Public • Published

fift-node

Node JS bindings for Fift compiler (for Telegram Open Network). You can run Fift from your JS code and receive output and files directly in code without FS.

Current TON implementation don't allow to run Fift programmatically. So I created a small patch for it here It allows to create shared library that this project use.

The library is currently compiled only for Mac OS.

Binding are created using (FFI project)[https://www.npmjs.com/package/node-ffi]

Features

  • run Fift programmatically
  • receive result directly from code (you don't need to read files)
  • ability to pass hex strings as arguments (custom word in Fift)

Installation

$ npm install --save fift-node

Usage

Check example folder

Current State

THIS IS NOT FOR COMMERTIAL USE, BECAUSE IT MAY BE UNSTABLE!!!

Readme

Keywords

Package Sidebar

Install

npm i fift-bind

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

5.6 MB

Total Files

63

Last publish

Collaborators

  • kronoslive