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();