Code Monkey home page Code Monkey logo

hop's Introduction

Hop Monorepo

The Hop Protocol monorepo

Packages

V1

Lib/App Current Version Description
@hop-protocol/frontend npm version React Frontend UI
@hop-protocol/sdk npm version V1 TypeScript Hop SDK
@hop-protocol/hop-node npm version TypeScript Hop Node

V2

Lib/App Current Version Description
@hop-protocol/v2-sdk npm version V2 TypeScript Hop SDK
@hop-protocol/v2-hop-node npm version TypeScript Hop Node

Shared

Lib/App Current Version Description
@hop-protocol/sdk-core npm version Shared Hop SDK code
@hop-protocol/hop-node-core npm version Shared Hop Node code

Quickstart

The Hop monorepo uses PNPM for package and workspace management.

Install dependencies & link packages

pnpm install
pnpm build

Guidelines for using PNPM workspaces

All commands should be run from the root of the monorepo.

# Install a single package
pnpm --filter <package_name> install

# Build a single package
pnpm --filter <package_name> build

# Run a PNPM script in all packages
pnpm <script_name>

If you are developing on a single package only and need to ignore the rest of the packages, you need to install with --include-workspace-root. This is because the installation of a single package does not install the root’s dependencies, which are usually needed for building and linting.

pnpm --filter <package_name> install --include-workspace-root

Contributing

See ./CONTRIBUTING.md

License

MIT

hop's People

Contributors

miguelmota avatar shanefontaine avatar cwhinfrey avatar kangarang avatar max-andrew avatar gsgalloway avatar jackmpcollins avatar robriks avatar gollyticker avatar lukerhoads avatar ramuta avatar quazia avatar alter-eggo avatar nicosampler avatar overallteach avatar sambacha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.