Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.83 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.83 KB

Bridge | Connext Network

Connext Bridge is a bridge app built on top of Connext's nxtp protocol. The app supports assets transfer between Layer 2 systems and Ethereum Virtual Machine (EVM) compatible chains.


connext_swap connext_confirm

connext_sign

URLs

Mainnet

Testnet

Connext Protocol


Data provider / APIs

Technology stacks


Local Run

  • Install dependencies

    npm install --force
    
  • Run on localhost:3000

    npm run dev