Skip to content

vhidvz/crypto-aio

Repository files navigation

Crypto-AIO

All-In-One Crypto-Currency for Backend

Build, Test and Publish npm npm Coverage GitHub documentation

Quick Start

import { CryptoAio } from 'crypto-aio';

const caio = new CryptoAio();

caio.eth.getGasPrice();

caio.eth.createAccount();
caio.eth.account.create();

caio.eth.account.getBalance();