import { bchWalletExample } from './app/bch.wallet.example' import { bchBlockchainExample } from './app/bch.blockchain.example' import { bchKmsExample } from './app/bch.kms.example' import { bchOffchainExample } from './app/bch.offchain.example' import { exchangeRateExample } from './app/bch.root.example' import { bchTransactionsExample } from './app/bch.tx.example' console.log(`Running ${bchWalletExample()}`) console.log(`Running ${bchBlockchainExample()}`) console.log(`Running ${bchKmsExample()}`) console.log(`Running ${bchOffchainExample()}`) console.log(`Running ${exchangeRateExample()}`) console.log(`Running ${bchTransactionsExample()}`)