Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

datathings/greycat-sdk-js

Repository files navigation

GreyCat SDK for Javascript

Prerequisites

  • Node.js >=18

Install

npm install https://get.greycat.io/files/sdk/js/dev/6.4/6.4.3-dev.tgz

You can see what the latest version is at get.greycat.io

Usage

import { GreyCat, runtime } from '@greycat/sdk';

// initialize GreyCat
const greycat = await GreyCat.init();
// make it the default instance in the current context
globalThis.greycat.default = greycat;

// call GreyCat
const info = await runtime.Runtime.info();
console.log(info.toJSON());

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •