chaingate-client
Advanced tools
Comparing version 0.6.0 to 0.6.3
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.6.0 | ||
* The version of the OpenAPI document: 0.6.3 | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.6.0 | ||
* The version of the OpenAPI document: 0.6.3 | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.6.0 | ||
* The version of the OpenAPI document: 0.6.3 | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.6.0 | ||
* The version of the OpenAPI document: 0.6.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.6.0 | ||
* The version of the OpenAPI document: 0.6.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.6.0 | ||
* The version of the OpenAPI document: 0.6.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.6.0 | ||
* The version of the OpenAPI document: 0.6.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.6.0 | ||
* The version of the OpenAPI document: 0.6.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.6.0 | ||
* The version of the OpenAPI document: 0.6.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.6.0 | ||
* The version of the OpenAPI document: 0.6.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
{ | ||
"name": "chaingate-client", | ||
"version": "0.6.0", | ||
"version": "0.6.3", | ||
"description": "OpenAPI client for chaingate-client", | ||
@@ -5,0 +5,0 @@ "author": "drakensoftware", |
@@ -1,7 +0,28 @@ | ||
# ChainGate client | ||
# ChainGate Client | ||
This is a client for ChainGate. It can be used running `npm install chaingate-client@latest` | ||
ChainGate is a comprehensive API designed for developing cryptocurrency and blockchain applications. It provides an extensive suite of tools necessary to jumpstart your project. | ||
To get started, initialize the client with your API key: | ||
As of now, ChainGate proudly supports both Ethereum and Bitcoin networks. | ||
`const api = new ChainGateClient('00000000-0000-0000-0000-000000000000')` | ||
Key features of ChainGate include: | ||
- Information about latest blocks produced and blockchain height | ||
- Mempool explorer | ||
- Details about transactions | ||
- Transactions inside blockchain blocks | ||
- Fee calculation | ||
- Transaction broadcasting | ||
- Smart contract execution | ||
- Address balances | ||
To integrate ChainGate into your project, simply execute: `npm install chaingate-client@latest`. | ||
## How to Begin | ||
- You can take a look at ChainGate documentation in [ChainGate Documentation](https://chaingate.dev/documentation). | ||
- An API KEY is essential for using ChainGate, which you can obtain for free at [ChainGate API Portal](https://app.chaingate.dev). | ||
To initialize the client, use your API key as follows: | ||
```javascript | ||
const api = new ChainGateClient('YOUR_API_KEY'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
276385
29