V1 Hop Node for bonding transfers
See the Hop docs site
Pull the hop
monorepo and install dependencies using pnpm
.
# Install the dependencies
pnpm install
# Build the required files
pnpm build
# Run the client
pnpm --filter hop-node dev
For complete instructions and required config, see https://docs.hop.exchange/v/developer-docs/hop-node/running-a-hop-bonder.
Docker images are built and pushed to Docker Hub.
Branch | Docker Image | Release | Description |
---|---|---|---|
production-bonder |
hopprotocol/hop-node:latest |
Stable | Production mainnet environment |
mainnet-bonder |
hopprotocol/hop-node:mainnet |
Beta | Mainnet pre-release environment |
develop-bonder |
hopprotocol/hop-node:develop |
Unstable | Unstable mainnet staging environment |