Skip to content
forked from bitpay/bitcore

A full stack for bitcoin and blockchain-based applications

License

Notifications You must be signed in to change notification settings

netboxify/bitcore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcore Monorepo

Max Node version (we found working): v20.9.0 Max NPM version (we found working): 10.1.0

Make sure to create bitcore.config.json (or other name and specify that other path in .env)

Create .env inside of packages/bitcore-node

  BITCORE_CONFIG_PATH=/home/node/bitcore/bitcore-custom.config.js

  MONGO_DB_USERNAME=
  MONGO_DB_PASSWORD=
  MONGO_DB_HOST=
  MONGO_DB_PORT=
  MONGO_DB_NAME=

  BTC_NODE_USERNAME=
  BTC_NODE_PASSWORD=
  BTC_NODE_HOST=127.0.0.1
  BTC_NODE_PORT=
  BTC_NODE_RPC_PORT=

  BCH_NODE_USERNAME=
  BCH_NODE_PASSWORD=
  BCH_NODE_HOST=127.0.0.1
  BCH_NODE_PORT=
  BCH_NODE_RPC_PORT=

  LTC_NODE_USERNAME=
  LTC_NODE_PASSWORD=
  LTC_NODE_HOST=127.0.0.1
  LTC_NODE_PORT=
  LTC_NODE_RPC_PORT=

  DASH_NODE_USERNAME=
  DASH_NODE_PASSWORD=
  DASH_NODE_HOST=127.0.0.1
  DASH_NODE_PORT=
  DASH_NODE_RPC_PORT=

  DOGE_NODE_USERNAME=
  DOGE_NODE_PASSWORD=
  DOGE_NODE_HOST=127.0.0.1
  DOGE_NODE_PORT=
  DOGE_NODE_RPC_PORT=

npm GitHub commit activity MIT License GitHub contributors
master build

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

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-2023 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.

Footnotes

  1. The Bitcore P2P Doge library is no longer maintained as all the core functionality is contained in Bitcore P2P

About

A full stack for bitcoin and blockchain-based applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.7%
  • TypeScript 32.3%