🧑‍đŸ’ģ
STYLE-Protocol-SDK
  • 👋Welcome to STYLE-Protocol-SDK
  • Overview
    • 💡Our mission
    • ✨Our Features
    • đŸ•šī¸Try SDK
      • Try IFrame for Web
      • Try SDK for Web
      • Try SDK for Unity
      • Try SDK for Unreal Engine
  • Fundamentals
    • âš ī¸Requirements
      • Getting a Blockchain Endpoint
      • Getting an Alchemy Key
    • Web SDK
    • Unity SDK
    • Unreal Engine SDK
  • Referenence
    • đŸ–Ĩī¸For Developers
      • Web
      • Unity
      • Unreal Engine
Powered by GitBook
On this page
  • Getting Started
  • Requirements
  • How to start
  • Using the SDK
  • Examples
  • Demo
  1. Fundamentals

Web SDK

PreviousGetting an Alchemy KeyNextUnity SDK

Last updated 1 year ago

Getting Started

Requirements

  1. Npm

  2. Yarn

How to start

Install the :

 npm i @style-protocol/sdk.

Create .env or .env.local file (depends on your framework) with such parameter:

NEXT_PUBLIC_GOERLI_ENDPOINT=https://goerli.infura.io/v3/id  // provider endpoint e.g. by Infura (https://infura.io/)

Using the SDK

Examples

npm package
How to get an endpoint?
Available Methods
Demo
STYLE Marketplace Example