Welcome to the new Golem Cloud Docs! 👋
JavaScript Language Guide
Setting up the Golem JS SDK

Setting up the Golem JavaScript SDK

⚠️

If the project was created with golem new, it already has the Golem JavaScript SDK set up and these steps can be ignored.

The Golem JavaScript SDK is the same as the Golem TypeScript SDK. The published SDK is usable from JavaScript, as it is bundled as JavaScript.

To add the Golem JavaScript SDK (opens in a new tab) to a project, just install it using npm;

npm install --save-dev @golemcloud/golem-ts