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
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,24 @@
2
2
3
3
FxPortal for Matic chain. No mapping. Seamless.
4
4
5
-
### Warning: Under heavy development. Code is not audited.
5
+
### Warning: Under heavy development. This code is not audited.
6
6
7
7
### What is Fx bridge (fx-portal)?
8
8
9
-
It's Meta bridge. This bridge allows any type of state sync without mapping.
9
+
It's Meta bridge. This bridge allows any state-syncs without mapping.
10
10
11
11
**What about PoS portal?**
12
12
13
-
PoS Portal is another bridge but it works only for few ERC standards and requires mappings. It is more developerfriendly, allows customization without much headache.
13
+
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.
14
14
15
-
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
+
While Fx-portal focuses on permissionless-ness and flexibility, a developer might have to write more code but more customizable than PoS Portal. It requires no mapping.
16
16
17
-
**Can I built my own bridge?**
17
+
**Can I built my bridge?**
18
18
19
-
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
+
Yes. You can check docs here: https://docs.matic.network/docs/develop/l1-l2-communication/ethereum-to-matic
`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.
24
25
@@ -38,7 +39,7 @@ Yes. You can check docs here: https://docs.matic.network/docs/develop/l1-l2-comm
0 commit comments