UNPKG

multichain-crypto-wallet

Version:

A Multichain crypto wallet library that supports Ethereum, Bitcoin, Solana, Waves and other EVM compatible blockchains E.g. Binance Smart Chain, Polygon, Avalanche etc.

9 lines (6 loc) 226 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./multichain-crypto-wallet.cjs.production.min.js') } else { module.exports = require('./multichain-crypto-wallet.cjs.development.js') }