ntourne / stellar-blockchain-demo

Just a bunch of scripts to interact with Stellar blockchain network using stellar-sdk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stellar blockchain demo

Just a couple of scripts to interact with Stellar (https://www.stellar.org/) network using stellar-sdk.

Get Started

  1. Git clone this repository.
  2. Create a new accounts.json file (using accounts-dummy.json as template). Change content adding some real public key and secrets.
  3. Run npm install to download dependencies.
  4. Go to /scripts directory and execute each script as node <name-of-the-script>.

About

Just a bunch of scripts to interact with Stellar blockchain network using stellar-sdk.


Languages

Language:JavaScript 100.0%