0.0.8 • Published 2 years ago

ether-xtoy v0.0.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

node-ether-xtoy

a ether_aton, ether_ntoa bindings for Node.js

Node.js CI

Node.js Package

installation

npm install ether-xtoy

examples

const {ether_ntoa,ether_aton} = require('ether-xtoy');
//on amd64 linux
ether_ntoa(Buffer.from([-85, 11, 28, 13, 62, -17]);//returns ab:b:1c:d:3e:ef
ether_aton("ab:0b:1c:d:3e:ef");// returns Buffer.from([-85, 11, 28, 13, 62, -17]);
0.0.8

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago