You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,23 @@ FxPortal for Matic chain. No mapping. Seamless.
3
3
4
4
**Warning:** Code is not audited.
5
5
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
+
6
20
### What is FxChild and FxRoot?
7
21
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.
9
23
10
24
**Mumbai**
11
25
@@ -23,17 +37,7 @@ FxPortal for Matic chain. No mapping. Seamless.
0 commit comments