Skip to content

Node.js native binding for abieos

Notifications You must be signed in to change notification settings

edenia/node-abieos

 
 

Repository files navigation

node-abieos

Node.js native binding for abieos, with some improvements:

  • Contracts can be directly updated on the map
  • Added abieos_delete_contract

Made with ♥ by EOS Rio


Only Linux is supported for now, import will be null on others

  • Typescript typings included
  • Prebuilt binary included (Clang 9.0.0 required to build)

Install

npm i @eosrio/node-abieos --save

Usage

CommonJS

const nodeAbieos = require('@eosrio/node-abieos');

ES Modules

import * as nodeAbieos from "@eosrio/node-abieos";

Check the /examples folder for implementation examples

Building

env setup instructions soon

git clone https://github.com/eosrio/node-abieos.git
cd node-abieos
# linux
npm run build:linux
# windows
npm run build:win

About

Node.js native binding for abieos

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.9%
  • C 3.5%
  • Other 0.6%