-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #316 from skalenetwork/enhancement/add-remaining-docs
Update TokenManager.sol
- Loading branch information
Showing
11 changed files
with
248 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- SPDX-License-Identifier: (AGPL-3.0-only OR CC-BY-4.0) --> | ||
|
||
# SKALE IMA Proxy Documentation | ||
|
||
- [IMA Basic Architecture](./basic-architecture.md) | ||
- [IMA Transfer Flows](./transfer-flows.md) | ||
- [ERC20 Transfer Protection](./erc20-transfer-protection.md) | ||
|
||
Dapp Development with IMA | ||
|
||
- [IMA Documentation for Dapps](https://skale.network/docs/developers/products/interchain-messaging-agent/overview) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- SPDX-License-Identifier: (AGPL-3.0-only OR CC-BY-4.0) --> | ||
|
||
# SKALE IMA Basic Architecture | ||
|
||
There are a set of contracts deployed on mainnet, and another set of contracts that are pre-deployed to each IMA enabled SKALE chain. Both sets of contracts are connected together using a SKALE IMA node.js agent. | ||
|
||
## Mainnet contracts | ||
|
||
- DepositBox | ||
- MessageProxy | ||
- LockAndData... | ||
- ERC Modules | ||
|
||
## SKALE chain contracts (pre-deployed) | ||
|
||
- MessageProxy | ||
- TokenManager | ||
- TokenFactory | ||
- LockAndData... | ||
- ERC Modules | ||
- ETHERC20 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.