<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Рефакторинг sthjs-wrapper]]></title><description><![CDATA[<p dir="auto">Проведен рефакторинг <a href="https://github.com/smartholdem/sthjs-wrapper" target="_blank" rel="noopener noreferrer nofollow ugc">sthjs-wrapper</a></p>
<p dir="auto">соотвественно обновлены</p>
<ul>
<li><a href="https://api.smartholdem.io/#js-api-wrapper-0-1-6" target="_blank" rel="noopener noreferrer nofollow ugc">https://api.smartholdem.io/#js-api-wrapper-0-1-6</a></li>
<li><a href="https://github.com/smartholdem/faucet" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/smartholdem/faucet</a></li>
</ul>
<p dir="auto">модуль также доступен в npm <a href="https://www.npmjs.com/package/sthjs-wrapper" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.npmjs.com/package/sthjs-wrapper</a></p>
<h3>установка</h3>
<pre><code>npm install --save sthjs-wrapper
</code></pre>
<h3>инициализация перед использованием</h3>
<pre><code class="language-js">// init
var smartholdemApi = require("sthjs-wrapper");
var network = "main" //or "dev"
smartholdemApi.init(network);
</code></pre>
<h3>использование</h3>
<pre><code class="language-js">var smartholdemApi = require("sthjs-wrapper")
smartholdemApi.getBalance("Address of the account", (error, success, response) =&gt; {
    console.log(response);
});
</code></pre>
]]></description><link>https://community.smartholdem.io/topic/365/рефакторинг-sthjs-wrapper</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 15:17:01 GMT</lastBuildDate><atom:link href="https://community.smartholdem.io/topic/365.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 May 2018 17:57:09 GMT</pubDate><ttl>60</ttl></channel></rss>