Skip to content

Commit d650081

Browse files
authored
Update README.md
1 parent e0d4ac9 commit d650081

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,23 @@ FxPortal for Matic chain. No mapping. Seamless.
33

44
**Warning:** Code is not audited.
55

6+
### What is Fx bridge (fx-portal)?
7+
8+
It's Meta bridge. This bridge allows any type of state sync without mapping.
9+
10+
**What about PoS portal?**
11+
12+
PoS Portal is another bridge but it works only for few ERC standards and requires mappings. It is more developer friendly, allows customization without much headache.
13+
14+
While Fx-portal focuses on permissionless-ness and flexibility. A deverloper might have to write more code but more customizatable than PoS Portal. Requires no mapping.
15+
16+
**Can I built my own bridge?**
17+
18+
Yes. You can check docs here: https://docs.matic.network/docs/develop/l1-l2-communication/ethereum-to-matic and https://docs.matic.network/docs/develop/l1-l2-communication/matic-to-ethereum
19+
620
### What is FxChild and FxRoot?
721

8-
`FxChild` and `FxRoot` are main contracts on which mapping-less bridge works. It calls and passes data to user-defined methods on another chain without mapping.
22+
`FxChild` (FxChild.sol) and `FxRoot` (FxRoot.sol) are main contracts on which mapping-less bridge works. It calls and passes data to user-defined methods on another chain without mapping.
923

1024
**Mumbai**
1125

@@ -23,17 +37,7 @@ FxPortal for Matic chain. No mapping. Seamless.
2337
| [FxChild (Matic Mainnnet)](https://explorer-mainnet.maticvigil.com/address/0x8397259c983751DAf40400790063935a11afa28a/contracts) | `0x8397259c983751DAf40400790063935a11afa28a`|
2438

2539

26-
### How Matic state transfer works?
27-
28-
### Why they are many bridges?
29-
30-
### Can I built my own bridge?
31-
32-
### What is Fx bridge (fx-portal)?
33-
34-
Meta bridge :)
35-
36-
Bridge which allows any type of state sync without mapping.
40+
You can deploy your own `FxChild` and `FxRoot`. But no need, except you just want to have some fun and extra ETH to throw away.
3741

3842
### What can I build with it?
3943

0 commit comments

Comments
 (0)