• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Flatly)
  • No Skin
Collapse
SmartHoldem Community

Community

Aktualisieren der Bibliothek BTSDEX 0.4.8

Scheduled Pinned Locked Moved Nachrichten SmartHoldem
1 Posts 1 Posters 929 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kosmos
    wrote on last edited by
    #1

    Aktualisieren der Bibliothek BTSDEX 0.4.8

    Die BTSDEX-Bibliothek wurde entwickelt, um Operationen in einem dezentralen Netzwerk von bitshares zu automatisieren, kann verwendet werden, um persönliche Trading-Bots zu erstellen.

    Installation:

    npm install btsdex
    
    • Grundlegende Beispiele und Funktionen in WIKI BTSDEX https://github.com/scientistnik/btsdex/wiki

    • Der Quellcode ist hier verfügbar https://github.com/scientistnik/btsdex

    Zusätzliche Funktionen:

    • memoDecode (Decodierung memo)

      // Decodierungsbeispiel
      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..."
      });

    • assetIssue (Ausgabe asset)

    • assetReserve (Verbrennung asset)

    Die Entwicklung der Bibliothek geht weiter...

    1 Reply Last reply
    2

Decentralized Gaming Platform
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search