NoiStudio

Results 2 comments of NoiStudio

My problem is solved , i fork https://github.com/blockcypher/php-client and chanse composer.json, after that all success install. But next problem ,how i can get params network for blockcypher testnet ? https://www.blockcypher.com/dev/bitcoin/#testing

Вся ваша проблема решается , следующим куском кода `static get pasteConfig() { return { // ... tags // ... files patterns: { link: /https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)/i } } } onPaste(event){ switch (event.type){...