Skip to content

Skip Go is a suite of developer tooling that allows you to go anywhere and do anything across chains. This repo contains Skip Go's Typescript library (Client) and React component (Widget).

License

Notifications You must be signed in to change notification settings

skip-mev/skip-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2ee30bc · Apr 24, 2025
Apr 24, 2025
Apr 11, 2025
Jan 9, 2025
May 31, 2024
Apr 24, 2025
Apr 24, 2025
Jul 3, 2024
Apr 24, 2025
Dec 23, 2024
Mar 26, 2025
Jul 24, 2024
May 31, 2024
Jul 8, 2024
Oct 13, 2024
Apr 3, 2025
Mar 26, 2025
Apr 24, 2025

Repository files navigation

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 widget component.
  • 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

About

Skip Go is a suite of developer tooling that allows you to go anywhere and do anything across chains. This repo contains Skip Go's Typescript library (Client) and React component (Widget).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages