<?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[Aktualisieren der Bibliothek BTSDEX 0.4.8]]></title><description><![CDATA[<p dir="auto"><strong>Aktualisieren der Bibliothek BTSDEX 0.4.8</strong></p>
<p dir="auto">Die <strong>BTSDEX</strong>-Bibliothek wurde entwickelt, um Operationen in einem dezentralen Netzwerk von <strong>bitshares</strong> zu automatisieren, kann verwendet werden, um persönliche Trading-Bots zu erstellen.</p>
<p dir="auto">Installation:</p>
<pre><code>npm install btsdex
</code></pre>
<ul>
<li>
<p dir="auto">Grundlegende Beispiele und Funktionen in WIKI BTSDEX <a href="https://github.com/scientistnik/btsdex/wiki" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/scientistnik/btsdex/wiki</a></p>
</li>
<li>
<p dir="auto">Der Quellcode ist hier verfügbar <a href="https://github.com/scientistnik/btsdex" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/scientistnik/btsdex</a></p>
</li>
</ul>
<p dir="auto"><strong>Zusätzliche Funktionen:</strong></p>
<ul>
<li>
<p dir="auto"><strong>memoDecode</strong> (Decodierung memo)</p>
<p dir="auto">// Decodierungsbeispiel<br />
const BitShares = require("btsdex");<br />
BitShares.init("wss://bitshares.openledger.info/ws");<br />
BitShares.subscribe('connected', start);</p>
<p dir="auto">KEY = '5K...PrivateKey';<br />
SENDER = 'sender_name';</p>
<p dir="auto">async function start() {</p>
<p dir="auto">let bot = new BitShares(SENDER, KEY);<br />
bot.setMemoKey(KEY);<br />
let memo_text = await bot.memoDecode({<br />
"from": "BTS5...sender_address",<br />
"nonce": 192135435365768,<br />
"message": "b897254f..."<br />
});</p>
</li>
<li>
<p dir="auto"><strong>assetIssue</strong> (Ausgabe asset)</p>
</li>
<li>
<p dir="auto"><strong>assetReserve</strong> (Verbrennung asset)</p>
</li>
</ul>
<p dir="auto">Die Entwicklung der Bibliothek geht weiter...</p>
]]></description><link>https://community.smartholdem.io/topic/417/aktualisieren-der-bibliothek-btsdex-0-4-8</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 00:11:40 GMT</lastBuildDate><atom:link href="https://community.smartholdem.io/topic/417.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Aug 2018 17:57:16 GMT</pubDate><ttl>60</ttl></channel></rss>