import { oneBlockchainExample } from './app/one.blockchain.example' import { oneKmsExample } from './app/one.kms.example' import { oneLogRecordExample } from './app/one.log.example' import { oneChangeRateExample } from './app/one.root.example' import { oneWalletExample } from './app/one.wallet.example' import { oneDriverExample, oneWeb3Example } from './app/one.web3.example' import { oneOffchainExample } from './app/one.offchain.example' import { oneSubscriptionsExample } from './app/one.subscriptions.example' import { oneTxWithPrivateKeyExample, oneTxWithSignatureIdExample, oneTxFeesCovered, } from './app/one.tx.example' import { oneAuctionExample } from './app/one.auction.example' console.log(`Running ${oneWalletExample()}`) console.log(`Running ${oneBlockchainExample()}`) console.log(`Running ${oneKmsExample()}`) console.log(`Running ${oneLogRecordExample()}`) console.log(`Running ${oneChangeRateExample()}`) console.log(`Running ${oneDriverExample()}`) console.log(`Running ${oneWeb3Example()}`) console.log(`Running ${oneOffchainExample()}`) console.log(`Running ${oneSubscriptionsExample()}`) console.log(`Runninf ${oneTxWithPrivateKeyExample()}`) console.log(`Runninf ${oneTxWithSignatureIdExample()}`) console.log(`Runninf ${oneTxFeesCovered()}`) console.log(`Running ${oneAuctionExample()}`)