Skip to content

Instantly share code, notes, and snippets.

View pacwoodson's full-sized avatar
🐒

Pacien B pacwoodson

🐒
View GitHub Profile
@pacwoodson
pacwoodson / stellarBridge.js
Created April 16, 2017 07:44
JS Stellar Bridge
const EventEmitter = require('events');
const { Server, Keypair, Network } = require('stellar-sdk');
const { getAccount } = require('stellar-toolkit').StellarServer;
const { sendPayment } = require('stellar-toolkit').StellarOperations;
const { paymentListener } = require('stellar-toolkit').StellarStreamers;
const { areSameAssets, AssetInstance } = require('stellar-toolkit').StellarTools;
/**
* Generic Stellar anchor

Stellar Portal

This is a draft for a decentralized web app for Stellar. It describes what the app should do. Some mock-ups showing these features would be welcomed.

Description

Stellar Portal is a decentralized web application to access the Stellar Network. Its goal is to provide people full control over their account and do most of transaction, without the need of a backend, by only using Horizon API.

@pacwoodson
pacwoodson / designer.html
Last active August 29, 2015 14:13
designer
<link href="../paper-progress/paper-progress.html" rel="import">
<link href="../core-icons/core-icons.html" rel="import">
<link href="../core-icons/av-icons.html" rel="import">
<link href="../paper-fab/paper-fab.html" rel="import">
<link href="../paper-item/paper-item.html" rel="import">
<link href="../paper-tabs/paper-tab.html" rel="import">
<link href="../paper-input/paper-input.html" rel="import">
<link href="../paper-ripple/paper-ripple.html" rel="import">
<link href="../paper-slider/paper-slider.html" rel="import">
<link href="../paper-toggle-button/paper-toggle-button.html" rel="import">