Getting started
What you'll need
- Node.js (recommended version 20.0 or above)
Setup your project
- yarn
- npm
yarn init
yarn add @joystream/sdk-core@https://github.com/Joystream/sdk/raw/refs/heads/dev/packages/core/package.tgz?t=$(date +%s)
If working with TypeScript (recommended):
yarn add --dev typescript
yarn add --dev tsx
npm init
npm install --save @joystream/sdk-core@https://github.com/Joystream/sdk/raw/refs/heads/dev/packages/core/package.tgz?t=$(date +%s)
If working with TypeScript:
npm install --save-dev typescript
npm install --save-dev tsx