Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1020 Bytes

README.md

File metadata and controls

57 lines (38 loc) · 1020 Bytes

Skip Go

Project Structure

├── examples
│   └── nextjs
├── packages
│   ├── client
│   └── widget
  • client (@skip-go/client): The core package of the project. Contains the core logic, api fetch and types, helper functions, signing, etc.
  • widget (@skip-go/widget): React library that contains the swap widget components.
  • examples: The example app of the project

How the package consumed

@skip-go/client -> @skip-go/widget -> examples/nextjs

Dev Setup

Install dependencies

yarn

Start the development server

It will run the example app on http://localhost:3000

yarn dev

Build the packages

yarn build

Updating changelog

npx changeset

Docs

Examples