Giter Site home page Giter Site logo

coinshaz / unitedcore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from litecore-archive/litecore

0.0 1.0 0.0 14.59 MB

A full stack for litecoin and blockchain-based applications

Home Page: https://litecore.io/

License: Other

JavaScript 32.65% Shell 67.35%

unitedcore's Introduction

Unitedcore

NPM Package Build Status

Infrastructure to build Unitedcoin and blockchain-based applications for the next generation of financial technology.

Note: If you're looking for the Unitedcore Library please see: https://github.com/coinshaz/unitedcore-lib

Getting Started

Before you begin you'll need to have Node.js v4 or v0.12 installed. There are several options for installation. One method is to use nvm to easily switch between different versions, or download directly from Node.js.

npm install -g unitedcore

Spin up a full node and join the network:

npm install -g unitedcore
unitedcored

You can then view the Insight block explorer at the default location: http://localhost:3001/insight, and your configuration file will be found in your home directory at ~/.unitedcore.

Create a transaction:

var unitedcore = require('unitedcore');
var transaction = new unitedcore.Transaction();
var transaction.from(unspent).to(address, amount);
transaction.sign(privateKey);

Applications

Libraries

  • Lib - All of the core Unitedcoin primatives including transactions, private key management and others
  • Payment Protocol - A protocol for communication between a merchant and customer
  • P2P - The peer-to-peer networking protocol
  • Mnemonic - Implements mnemonic code for generating deterministic keys
  • Channel - Micropayment channels for rapidly adjusting bitcoin transactions
  • Message - Unitedcoin message verification and signing
  • ECIES - Uses ECIES symmetric key negotiation from public keys to encrypt arbitrarily long data streams.

Documentation

The complete docs are hosted here: unitedcore documentation. There's also a unitedcore API reference available generated from the JSDocs of the project, where you'll find low-level details on each unitedcore utility.

To get community assistance and ask for help with implementation questions, please use our community forums.

Security

We're using Unitedcore in production, as are many others, but please use common sense when doing anything related to finances! We take no responsibility for your implementation decisions.

If you find a security issue, please email [email protected].

Contributing

Please send pull requests for bug fixes, code optimization, and ideas for improvement. For more information on how to contribute, please refer to our CONTRIBUTING file.

This will generate files named unitedcore.js and unitedcore.min.js.

You can also use our pre-generated files, provided for each release along with a PGP signature by one of the project's maintainers. To get them, checkout a release commit (for example, https://github.com/bitpay/bitcore/commit/e33b6e3ba6a1e5830a079e02d949fce69ea33546 for v0.12.6).

To verify signatures, use the following PGP keys:

License

Code released under the MIT license.

Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc. Copyright 2016 The Unitedcore Core Developers

unitedcore's People

Contributors

maraoz avatar eordano avatar chjj avatar matiu avatar yemel avatar gasteve avatar ryanxcharles avatar martindale avatar olalonde avatar pnagurny avatar dskloet avatar braydonf avatar throughnothing avatar bitjson avatar trevinhofmann avatar fanatid avatar losh11 avatar marianorod avatar brandonrobertz avatar devrandom avatar kleetus avatar gabegattis avatar rubensayshi avatar sagivo avatar dthorpe avatar trapp avatar manan19 avatar kyledrake avatar himynameismartin avatar ethers avatar

Watchers

 avatar

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.