Git Product home page Git Product logo

bitcore's Introduction

Bitcore

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

Getting Started

Requirements

  • Trusted P2P Peer
  • MongoDB Server >= v3.4

Checkout the repo

git clone [email protected]:peercoin/bitcore.git
git checkout peercoin
npm install

Setup Guide

1. Setup Bitcore config

Example bitcore.config.json
{
  "bitcoreNode": {
    "chains": {
      "PPC": {
        "testnet": {
          "chainSource": "p2p",
          "trustedPeers": [
            {
              "host": "127.0.0.1",
              "port": 9903
            }
          ],
          "rpc": {
            "host": "127.0.0.1",
            "port": 9904,
            "username": "username",
            "password": "password"
          }
        }
      }
    }
  }
}

2. Setup Peercoin Node

Example Peercoin testnet Config
whitelist=127.0.0.1
txindex=0
listen=1
server=1
upnp=1
testnet=1
minting=0

# Make sure port & rpcport matches the
# bitcore.config.json ports for PPC testnet

# if using Peercoin v0.8+ prefix
# [main]

port=9903
rpcport=9904
rpcallowip=127.0.0.1

rpcuser=username
rpcpassword=password

3. Run Peercoin node

Example Starting a Peercoin Node
# Path to your bitcoin application and path to the config above
/Applications/Peercoin-Qt.app/Contents/MacOS/Peercoin-Qt -datadir=/Users/username/blockchains/peercoin/networks/testnet/

4. Start Bitcore

npm run node

Applications

Libraries

Extras

Contributing

See CONTRIBUTING.md on the main bitcore repo for information about how to contribute.

License

Code released under the MIT license.

Copyright 2013-2019 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.

bitcore's People

Contributors

matiu avatar isocolsky avatar micahriggan avatar maraoz avatar nitsujlangston avatar cmgustavo avatar eordano avatar chjj avatar yemel avatar bitjson avatar rastajpa avatar gasteve avatar braydonf avatar harshitjoshi avatar martindale avatar ryanxcharles avatar gabrielbazan7 avatar illegalprime avatar gabegattis avatar pnagurny avatar olalonde avatar gamboster avatar bechi avatar throughnothing avatar dabura667 avatar troggy avatar dskloet avatar rubensayshi avatar kleetus avatar fanatid avatar

Stargazers

Block Consortium avatar Penny Sanford 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.