@leisterfrancisco/node-abieos
TypeScript icon, indicating that this package has built-in type declarations

2.1.2 • Public • Published

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
npm run build

Readme

Keywords

none

Package Sidebar

Install

npm i @leisterfrancisco/node-abieos

Weekly Downloads

1

Version

2.1.2

License

MIT

Unpacked Size

2.07 MB

Total Files

91

Last publish

Collaborators

  • leisterfrancisco