Mohsen

Results 36 comments of Mohsen
trafficstars

> Hello friend. How to mint and send inscriptions?Can you give me an example? Thank you very much. mint? i don't know what is that ! please check the [example](https://github.com/mrtnetwork/bitcoin/tree/main/example)...

> Thanks for the awesome library! I was wondering if there's a way to use BIP49 with a configuration not listed [here](https://github.com/mrtnetwork/blockchain_utils/blob/main/lib/bip/bip/conf/bip49/bip49_coins.dart). If not, would it be possible to add...

> Bip49 / Slip44 / secp256k1 Apologies for the delay. Could you please clarify exactly what you need? I’ll review it and either add it to the package or submit...

> @mrtnetwork, I need to generate wallets for crypto not listed in your project. Basically, this: [sandrocsimas@15b2d3b](https://github.com/sandrocsimas/blockchain_utils/commit/15b2d3bc076eb22e681767215b13ada7df7b7d55) I will consider for the next update

> @mrtnetwork, are you planning to release a new version of blockchain_utils and bitcoin_base soon? I'd love to get rid of my forks and launch OmniXEP mobile wallet without them,...

something like this in js code solved my problem ``` main() { if(self.browser === undefined){ self.browser = browser } ..... } ```