README
Example
const Wallet = require('get-crypto-wallet');
let addr = wallet.getAddress('BTC'); // BTC, BCH
Now available for Bitcoin (BTC) and Bitcoin Cash (BCH)
generate crypto address
<script type="module">
import getCryptoWallet from 'https://cdn.skypack.dev/get-crypto-wallet';
</script>
const Wallet = require('get-crypto-wallet');
let addr = wallet.getAddress('BTC'); // BTC, BCH
Now available for Bitcoin (BTC) and Bitcoin Cash (BCH)