Skip to content

A bidirectional Ethereum / CKB Token Bridge implementation.

License

Notifications You must be signed in to change notification settings

rebase-network/tokenbridge

 
 

Repository files navigation

CKB <-> ETH Token Bridge

This token bridge is a hackathon project, so it has very limited feature:

  1. Only support a fixed federator, ckb user and eth user to use
  2. Only support cross token from Ethereum to CKB

How to run federator

cd federator
npm i
cp config/config.sample.js config/config.js
npm run start

Then waiting for Cross logs from Ethereum.

How to interact with token bridge

Interact it with frontend app: https://github.com/rebase-network/tokenbridge-frontend

About

A bidirectional Ethereum / CKB Token Bridge implementation.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 47.2%
  • Solidity 27.9%
  • HTML 20.1%
  • TypeScript 4.8%