@kahdeg/easybeauty.eos.interface

1.0.3 • Public • Published

npm version

EasyBeauty.eos.interface

Requirements

Nodejs + npm
Postman

Install

$ git clone https://github.com/Kahdeg-15520487/EasyBeauty.eos.interface.git
$ cd EasyBeauty.eos.interface
$ npm install

Use as standalone api service

Set environment variable

api=<eos server's ip and port>
pk=<eos server's private key>

then

npm start

Configure postman

Import postman.json
Add Postman Environment

server_ip=<eos server's ip>
server_port=<eos server's port>

Use as library

const ezbt = require("./index.js");
const conn = ezbt.EasyBeautyEOS(privateKey, api);
const tx = ezbt.EasyBeautyEOS.transaction;
await tx.create(conn, txid, from, to, value);

Readme

Keywords

Package Sidebar

Install

npm i @kahdeg/easybeauty.eos.interface

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

32.1 kB

Total Files

12

Last publish

Collaborators

  • kahdeg