<?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[Updating the BTSDEX 0.4.8 library]]></title><description><![CDATA[<p dir="auto">The btsdex library is designed to automate operations in a decentralized network of bitshares, can be used to create personal trading bots.</p>
<p dir="auto">installation:</p>
<pre><code>npm install btsdex
</code></pre>
<p dir="auto">Basic examples and functions in <a href="https://github.com/scientistnik/btsdex/wiki" target="_blank" rel="noopener noreferrer nofollow ugc">WIKI BTSDEX</a></p>
<p dir="auto">Source code is available <a href="https://github.com/scientistnik/btsdex" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/scientistnik/btsdex</a></p>
<hr />
<h3>Additional functions:</h3>
<ul>
<li>** memoDecode ** (decoding memo)</li>
</ul>
<pre><code class="language-javascript">// decoding example
const BitShares = require("btsdex");
BitShares.init("wss://bitshares.openledger.info/ws");
BitShares.subscribe('connected', start);

KEY = '5K...PrivateKey';
SENDER = 'sender_name';

async function start() {

    let bot = new BitShares(SENDER, KEY);
    bot.setMemoKey(KEY);
    let memo_text = await bot.memoDecode({
        "from": "BTS5...sender_address",
        "nonce": 192135435365768,
        "message": "b897254f..."
    });

    console.log(memo_text.split(":");

}
</code></pre>
<ul>
<li>
<p dir="auto"><strong>assetIssue</strong> (release of an asset)</p>
</li>
<li>
<p dir="auto"><strong>assetReserve</strong> (asset burning)</p>
</li>
</ul>
<p dir="auto"><em>The development of the library continues...</em></p>
]]></description><link>https://community.smartholdem.io/topic/408/updating-the-btsdex-0-4-8-library</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 06:47:09 GMT</lastBuildDate><atom:link href="https://community.smartholdem.io/topic/408.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Aug 2018 22:26:04 GMT</pubDate><ttl>60</ttl></channel></rss>