Code Monkey home page Code Monkey logo

website's Introduction

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

website's People

Contributors

askucher avatar siman avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

website's Issues

Items order

Currently the projects listed on the main page are ordered in columns instead of being ordered in rows. That confuses a little and is not very useful to navigate through on desktop computers.

Please, provide a switch for the projects order or just make them stack in rows. Thanks!

Launch ICO

Hello, how are you?
is it possible to access a demo (demo) of the Tokensale Dashboard?
what is the total price for launching an ICO?
Is this price included in the creation of the site?

kind regards
Manuel

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.