3.3.3-23007ce • Published 9 months ago
@eosrio/node-abieos v3.3.3-23007ce
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
- Typescript typings included
- Prebuilt binary included (Clang 18 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
Make sure you have Clang installed on your system:
We recommend using Clang 18 to build the abieos
C++ library.
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 18
Clone and Build
git clone https://github.com/eosrio/node-abieos.git
cd node-abieos
npm install
npm run build:linux
npm run build
3.3.3-23007ce
9 months ago
3.3.1
1 year ago
3.3.2
1 year ago
3.3.0
1 year ago
3.2.0
3 years ago
3.1.0
3 years ago
2.2.0
3 years ago
2.1.1
4 years ago
2.1.0-beta.0
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.0.6-1
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.2
5 years ago
1.0.3
5 years ago
1.0.1
5 years ago