0.0.449 • Published 5 months ago

@syndicateio/syndicate-node v0.0.449

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

Syndicate Node

npm shield

The Syndicate Node.js library provides access to a selection of endpoints to the Syndicate API. For full functionality of our API please view the documentation below.

Documentation

Our API documentation is available at https://docs.syndicate.io.

Installation

npm i @syndicateio/syndicate-node
# or
yarn add @syndicateio/syndicate-node

Usage

Open in StackBlitz

import { SyndicateClient } from "@syndicateio/syndicate-node";

const syndicate = new SyndicateClient({ token: 'YOUR_ACCESS_TOKEN' })

const tx = await syndicate.transact.sendTransaction({
  projectId: 'eb7dab54-f66b-4739-8c18-f5a6196f7117',
  contractAddress: '0x4Bc7a03C46c0BBb290d5455ff7f03d30263809e4',
  chainId: 80001,
  functionSignature: 'mintTo(address to)',
  args: {
    to: '0x18F33CEf45817C428d98C4E188A770191fDD4B79'
  },
})
console.log('Transaction ID Received:', tx.transactionId)

Beta status

This SDK is in beta, and there may be breaking changes between versions without a major version update. To use the API directly, please view the API documentation.

0.0.449

5 months ago

0.0.443

5 months ago

0.0.441

5 months ago

0.0.428

5 months ago

0.0.427

6 months ago

0.0.426

6 months ago

0.0.425

6 months ago

0.0.404

6 months ago

0.0.387

6 months ago

0.0.302

7 months ago

0.0.286

7 months ago

0.0.282

7 months ago

0.0.253

8 months ago

0.0.244

8 months ago

0.0.241

8 months ago

0.0.240

8 months ago

0.0.239

8 months ago

0.0.1

8 months ago

1.0.0

8 months ago