0.0.3 • Published 9 months ago
crypto-aio v0.0.3
Crypto-AIO
All-In-One Crypto-Currency for Backend
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();