8000 GitHub - growthmindsetgg/hop: 🐰 Hop Protocol Monorepo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

growthmindsetgg/hop

 
 

Repository files navigation

Hop v1 Monorepo

The Hop Protocol v1 monorepo

Packages

Library Current Version Description
@hop-protocol/core npm version Metadata and config
@hop-protocol/sdk npm version TypeScript Hop SDK
Application Current Version Description
@hop-protocol/frontend npm version React Frontend UI
@hop-protocol/hop-node npm version TypeScript Hop Node

Quickstart

Install dependencies & link packages

npm install
npm run build

Guidelines for using NPM workspaces

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

# Install a single package
npm install -w <package_name>

# Build a single package
npm run build -w <package_name>

# Run an NPM script in all packages
npm run build --workspaces

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.

npm install -w @<package_name> --include-workspace-root

Contributing

See ./CONTRIBUTING.md

License

MIT

About

🐰 Hop Protocol Monorepo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • JavaScript 3.4%
  • CSS 0.3%
  • 30D4 HTML 0.2%
  • Shell 0.2%
  • Makefile 0.1%
  • Other 0.1%
0