Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 584 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 584 Bytes

Kiosk SDK playground

Small playground for SUI Kiosk SDK Create Kiosks and get Kiosks info

🤓 Prerequisites

Node version: 20.17.0

If you use another version, please use n to manage.

pnpm version: 9.12.1

To upgrade to the latest pnpm version please run:

npm install -g pnpm@latest

⚙️ Install dependencies

pnpm install

Before running the project please create .env or use the example one.

cp .env.example .env
PK=

To start the project, you can run:

node index.js