• Stars
    star
    2,368
  • Rank 19,427 (Top 0.4 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created about 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🐰 Hop Protocol v1 monorepo

Hop v1 Monorepo

The Hop Protocol v1 monorepo

lerna

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 bootstrap

Run frontend app in development

cd packages/frontend
REACT_APP_NETWORK=mainnet npm run dev

Visit http://localhost:3000/

Contributing

See ./CONTRIBUTING.md

License

MIT