Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chaingate-client

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chaingate-client - npm Package Compare versions

Comparing version 0.6.0 to 0.6.3

2

base.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc