Starter Grant
Overview
Quick flow
import { requestStarterGrant } from "@coti-io/coti-sdk-private-messaging";
const claimA = await requestStarterGrant(client);
const claimB = await requestStarterGrant(client, {
timeoutMs: 20000
});
const result = await requestStarterGrant(client, {
url: "http://other-service:8787",
timeoutMs: 15000
});Manual flow
Service configuration
Common failures
Important notes
Last updated
Was this helpful?