https://github.com/picketapi/picket-node
Node client for the Picket API
https://github.com/picketapi/picket-node
authentication authorization web3
Last synced: 12 months ago
JSON representation
Node client for the Picket API
- Host: GitHub
- URL: https://github.com/picketapi/picket-node
- Owner: picketapi
- Created: 2022-04-04T21:56:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T16:01:57.000Z (over 3 years ago)
- Last Synced: 2024-04-24T19:11:43.345Z (about 2 years ago)
- Topics: authentication, authorization, web3
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# picket-node
NodeJS client for the Picket API
## Installation
`picket-node` is an [npm package](https://www.npmjs.com/package/@picketapi/picket-node).
```shell
npm install "@picketapi/picket-node"
```
## Usage
The Picket constructor creates a new instance of the Picket class. It takes a secret API key as a parameter.
```ts
import Picket from "@picketapi/picket-node"
const picket = new Picket("YOUR_SECRET_KEY_HERE")
```
## Documentation
For more information, checkout the [docs](https://docs.picketapi.com/picket-docs/reference/libraries-and-sdks/node.js-library)