All Projects → michielmulders → stellar-js-sdk

michielmulders / stellar-js-sdk

Licence: other
Playing with Stellar JavaScript SDK - Stellar Lumens

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to stellar-js-sdk

stellar-sample-unity
Stellar C# SDK Integration in Unity 3D
Stars: ✭ 19 (-9.52%)
Mutual labels:  stellar, lumens
stellar-rust-sdk
A lightweight SDK for the stellar horizon api. Written in rust.
Stars: ✭ 34 (+61.9%)
Mutual labels:  stellar, stellar-lumens
metapay-chrome
A Chrome extension wallet for Stellar that simplifies payment.
Stars: ✭ 21 (+0%)
Mutual labels:  stellar, stellar-lumens
paper-wallet
stellar.github.io/paper-wallet/
Stars: ✭ 41 (+95.24%)
Mutual labels:  stellar
crypto-watcher
Real-time cryptocurrencies prices.
Stars: ✭ 25 (+19.05%)
Mutual labels:  stellar
stellarator
Cowrie exchange API for converting between fiat currencies and crypto currencies
Stars: ✭ 27 (+28.57%)
Mutual labels:  stellar
bb8
a command line interface to Stellar networks
Stars: ✭ 37 (+76.19%)
Mutual labels:  stellar
DRSv1
The first implementation of Velo Protocol
Stars: ✭ 17 (-19.05%)
Mutual labels:  stellar
stellar flutter sdk
Stellar SDK for flutter - dart, Stellar, Horizon, Soneso
Stars: ✭ 51 (+142.86%)
Mutual labels:  stellar
opensolar
Opensolar is a platform powered by openx for funding smart solar infrastructure using the Stellar blockchain.
Stars: ✭ 20 (-4.76%)
Mutual labels:  stellar
hexo-theme-stellar
Elegant and powerful theme for Hexo.
Stars: ✭ 181 (+761.9%)
Mutual labels:  stellar
go-stellar-ipfs
🌀 A library that is a bridge between Stellar and IPFS.
Stars: ✭ 25 (+19.05%)
Mutual labels:  stellar
stellar-quest-go
Go solutions for Stellar Quest.
Stars: ✭ 17 (-19.05%)
Mutual labels:  stellar
kin-sdk-python
Kin SDK for Python
Stars: ✭ 29 (+38.1%)
Mutual labels:  stellar
rockfish
Rockfish is an arbitrage bot for the Stellar Decentralized Exchange (SDEX)
Stars: ✭ 58 (+176.19%)
Mutual labels:  stellar
albedo
Security-centric, developer-friendly, easy-to-use delegated signer and keystore for Stellar Network
Stars: ✭ 57 (+171.43%)
Mutual labels:  stellar
scp
Standalone implementation of the Stellar Consensus Protocol.
Stars: ✭ 34 (+61.9%)
Mutual labels:  stellar
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+66.67%)
Mutual labels:  stellar
elixir-stellar-client
Elixir Client for Stellar
Stars: ✭ 23 (+9.52%)
Mutual labels:  stellar
kin-core-android
Android library responsible for creating a new Stellar account and managing KIN balance and transactions.
Stars: ✭ 24 (+14.29%)
Mutual labels:  stellar

Stellar Lumens JavaScript SDK

Playing with Stellar JavaScript SDK - Stellar Lumens: ES7 async/await example. This example creates two accounts on the testnet and let's the friendbot give them testnet tokens. Next, we transfer a small amount from one account to another.

Installation

Execute in terminal inside the root of the project: yarn install npm install

Start & Usage

Again in terminal at root: npm start

  1. To create the accounts, execute a POST request to http://localhost:4000/.
  2. Next, let's tranfer money from accountA to accountB by sending a POST request to http://localhost:4000/payment. Watch your terminal to see the output logs.
  3. Retrieve history for accountA by sending GET request to http://localhost:4000/getHistory.

If you have problems, create an issue on this repo. Thanks! :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].