Git Product home page Git Product logo

Crypto-wallet for ICO campaign

How to launch ICO? This is tool for it.

Examples of successful ICO: http://blockstarter.co

Install

This is a white label solution to create a contribution crypto-wallet that can be used in your ICO campaign.

Install

NodeJS is required.

npm i blockstarter

Usage

In your Nodejs project:

let blockstarter = require('blockstarter');

Get balance of cryptocurrency address

// Get balance of BTC address
blockstarter.balance.btc('BTC_PUBLIC_ADDRESS', (amount) => {
   console.log(amount.toString());
})

// Get balance of LTC address
blockstarter.balance.ltc('LTC_PUBLIC_ADDRESS', (amount) => {
   console.log(amount.toString());
})

// Get balance of ETH address
blockstarter.balance.eth('ETH_PUBLIC_ADDRESS', (amount) => {
   console.log(amount.toString());
})

Get cryptocurrency rates

// Get BTC/USD rate
blockstarter.rate.btc( (usd) => {
   console.log(usd);
})

// Get LTC/USD rate
blockstarter.rate.ltc( (usd) => {
   console.log(usd);
})

// Get ETH/USD rate
blockstarter.rate.eth( (usd) => {
   console.log(usd);
})

More code examples

More info

Please check out `test` folder

Please check out ./test folder for more usage examples.

Need help or integration?

If you need a help or integration with your sytem, please contact us at blockstarter.co

Support

BlockStarter's Projects

blockstarter icon blockstarter

This is a white label solution to create a contribution crypto-wallet that can be used in your ICO campaign.

ico-contracts icon ico-contracts

Ethereum smart contracts that have been used during successful ICOs

icodb icon icodb

ICODB tool to send project to http://icodb.net

lsxc icon lsxc

Compile Livescript + Pug + React + SASS as a single component

rate-server icon rate-server

Blockstarter's rate server to store and provide historical rates

rate_history_service icon rate_history_service

Service returns average rates per Unix timestamp. Calculation is based on historical trade data from Poloniex.

sign icon sign

Sign multisig transactions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.