Skip to content

Commit 6ab50be

Browse files
Bitcore-Node doc changes
1 parent 417a472 commit 6ab50be

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/bitcore-node/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bitcore Node
22

3-
**A full node with extended capabilities using Bitcoin Core.**
3+
**A standardized API to interact with multiple blockchain networks. Currently supporting Bitcoin, Bitcoin Cash, Litecoin, Doge, Ripple, Ethereum and Polygon.**
44

55
## Getting Started
66

@@ -105,7 +105,7 @@ The definition for all the chain configuration can be found in `src/types/Config
105105

106106
</details>
107107

108-
### 2. Setup Bitcoin Node
108+
### 2. Setup Your Blockchain Nodes
109109

110110
<details>
111111
<summary>Example Bitcoin Mainnet Config</summary>
@@ -134,7 +134,7 @@ rpcpassword=password
134134

135135
</details>
136136

137-
### 3. Run Bitcoin node
137+
### 3. Run Your Blockchain Nodes
138138

139139
<details>
140140
<summary>Example Starting a Bitcoin Node</summary>
@@ -152,6 +152,7 @@ rpcpassword=password
152152
npm run node
153153
```
154154

155+
Bitcore will begin using your blockchain nodes to synchronize it's own database so that you can use standardized queries to get data from each of your supported blockchains.
155156

156157
## API Documentation
157158

@@ -169,4 +170,4 @@ See [CONTRIBUTING.md](../../Contributing.md) on the main bitcore repo for inform
169170

170171
Code released under [the MIT license](https://github.com/bitpay/bitcore/blob/master/LICENSE).
171172

172-
Copyright 2013-2019 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
173+
Copyright 2013-2023 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.

0 commit comments

Comments
 (0)