@eosrio/node-abieos v4.0.2-2039717
node-abieos
Node.js native binding for abieos, with some improvements:
- Internal loaded contract map
- deleteContract: to remove the loaded contract from memory (now in vanilla abieos too)
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 --saveUsage
CommonJS
const nodeAbieos = require('@eosrio/node-abieos');ES Modules
import {Abieos} from "@eosrio/node-abieos";
const abieos = Abieos.getInstance();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 18Clone and Build
git clone https://github.com/eosrio/node-abieos.git --recursive
cd node-abieos
npm install
npm run build:linux
npm run buildDocumentation
For detailed and user-friendly documentation, including installation, usage, API reference, error handling, debugging, and examples, please refer to the documentation.
For contribution guidelines and developer documentation, refer to the contribution guidelines.
10 months ago
10 months ago
10 months ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago