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 (Core) and React component (Widget).

Notifications You must be signed in to change notification settings

turbocrime/skip-go

 
 

Repository files navigation

skip-go

Project Structure

├── examples
│   └── nextjs
├── packages
│   ├── core
│   └── widget
  • core (@skip-go/core): 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/core -> @skip-go/widget -> examples/nextjs

Dev Setup

Install dependencies

yarn

Start the development server

it will run watch the core and widget packages,it will run the example app on http://localhost:3000

yarn dev

Build the packages

yarn build

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 (Core) and React component (Widget).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%