Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Level Brigde tokens based on layerzero stack

### Install & Run tests
```shell
forge build
forge test
```

## C2LevelToken.sol
- This is Level Token Contract on Arbitrum
- Only Bridge Controller allowed to mint

## BridgeController.sol
- This contract is Bridge Controller on BNB Chain
- Lock LVL tokens sent from BNB
- Unlock LVL tokens to user if bridge request validated

## C2BridgeController.sol
- This contract is Bridge Controller on Arbitrum
- Burn LVL tokens sent from Arbitrum
- Mint LVL tokens to user if bridge request validated

## BridgeProxy.sol
This contract communicate with layerzero protocol (send/receive message)