Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Safe and Multicall tools #1537

Merged
merged 46 commits into from
May 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
4da7c08
added IOTA EVM to networks-endpoints.mdx
lucas-tortora Mar 25, 2024
2879e0b
remove networks warning
lucas-tortora Mar 25, 2024
a3c0e1e
changed Public Testnet To EVM Testnet
lucas-tortora Mar 25, 2024
c23cfcc
changed IOTA EVM to IotaEVM
lucas-tortora Mar 25, 2024
2df12ee
changed IOTA EVM to IotaEVM
lucas-tortora Mar 25, 2024
19834cc
Merge branch 'main' into ISC/updateNetworkInfo
Dr-Electron Apr 28, 2024
e234ba9
Update network info
Dr-Electron Apr 28, 2024
dda80d2
Fix info
Dr-Electron Apr 28, 2024
6966983
Fix links
Dr-Electron Apr 28, 2024
eaddd60
Merge branch 'main' into ISC/updateNetworkInfo
Dr-Electron Apr 30, 2024
172a25d
Format
Dr-Electron May 8, 2024
c5df220
Merge branch 'main' into ISC/updateNetworkInfo
Dr-Electron May 13, 2024
de27bbc
Update sidebar
Dr-Electron May 13, 2024
dc5e599
Format
Dr-Electron May 13, 2024
6fe19c1
Add Safe and Multicall tools
Dr-Electron Apr 26, 2024
ea7c70a
Format
Dr-Electron Apr 26, 2024
ac09260
Fix grammar
Dr-Electron Apr 26, 2024
e3fabbd
Add safe page
Dr-Electron May 6, 2024
5c2d013
docs: add multicall file
vivekjain23 May 8, 2024
d18c705
docs: add multisig(safe) page
vivekjain23 May 8, 2024
ae70192
Refactor multisig and multicall3 pages
vivekjain23 May 9, 2024
0fb2cd5
docs: move safe image and refactor multicall page
vivekjain23 May 9, 2024
7771f19
docs: refactor headings for multicall page
vivekjain23 May 10, 2024
4d2ca7c
Resolve PR comments for safe page
vivekjain23 May 13, 2024
e3e795f
made oracles page IOTA centric
lucas-tortora May 14, 2024
5509a5f
added Blast API info to networks-endpoints.mdx
lucas-tortora May 16, 2024
717c8c9
Added Goldsky to the subgraphs article
lucas-tortora May 20, 2024
ce58105
updated sidebars.ts
lucas-tortora May 20, 2024
46b30a5
added all available tools to tools.mdx
lucas-tortora May 22, 2024
573000f
added partial for _oracles_contract_data.md
lucas-tortora May 22, 2024
8cf8aea
fix header
lucas-tortora May 22, 2024
b1fb8a9
Refactor Blast endpoint section (#1568)
Dr-Electron May 24, 2024
c7e8b59
Merge branch 'main' into ISC/updateNetworkInfoRequestedUpdates
Dr-Electron May 24, 2024
e588aa8
Merge branch 'ISC/updateNetworkInfoRequestedUpdates' into docs/evm/to…
Dr-Electron May 24, 2024
b07eaf6
Update docs/build/getting-started/multicall.md
Dr-Electron May 24, 2024
16926fb
Apply suggestions from code review
Dr-Electron May 24, 2024
68702c1
Merge branch 'main' into ISC/updateNetworkInfo
Dr-Electron May 24, 2024
2c0f5f9
Merge branch 'ISC/updateNetworkInfo' into ISC/updateNetworkInfoReques…
Dr-Electron May 24, 2024
f6b9b4a
Format
Dr-Electron May 24, 2024
7cadf82
Merge branch 'ISC/updateNetworkInfoRequestedUpdates' into docs/evm/to…
Dr-Electron May 24, 2024
325567a
Rename sidebar label
Dr-Electron May 24, 2024
709a63f
Merge branch 'main' into ISC/updateNetworkInfo
Dr-Electron May 26, 2024
abad7e1
Update access guide
Dr-Electron May 26, 2024
d9ea68b
Merge branch 'ISC/updateNetworkInfo' into ISC/updateNetworkInfoReques…
Dr-Electron May 26, 2024
81e8fed
Merge branch 'ISC/updateNetworkInfoRequestedUpdates' into docs/evm/to…
Dr-Electron May 26, 2024
95d99e9
Merge branch 'isc-update' into docs/evm/tooling
Dr-Electron May 29, 2024
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
Prev Previous commit
Next Next commit
docs: add multisig(safe) page
vivekjain23 authored and Dr-Electron committed May 13, 2024
commit d18c705d352d987f2482e4c7e48df0d68c388164
50 changes: 43 additions & 7 deletions docs/build/getting-started/safe.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,47 @@
---
description: 'Learn about Safe support in our EVMs'
description: 'Multisig wallet refers to having multiple private keys for a single web3 wallet.'
image: /img/logo/WASP_logo_dark.png
tags:
- IOTA EVM
- ShimmerEVM
- Safe
- Multisig
---

Both [IOTA EVM](https://safe.iotaledger.net/welcome?chain=iota) and [ShimmerEVM](https://safe.iotaledger.net/welcome?chain=smr) support a custom Safe integration.
# Safe Wallet
### Safe wallet is IOTA's exclusive [MultiSig](https://safe.iotaledger.net/welcome) wallet. The term “multisig” is short for "multisignature".
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

The security of cryptocurrency demands greater attention as digital assets gain traction. Individuals and organizations need robust strategies to safeguard their funds. Multisignature (multisig) wallets are emerging as a powerful cybersecurity tool in the crypto space.
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

Unlike traditional finance, decentralized digital assets require a different approach to security. Thankfully, innovative technologies like multisig wallets provide an extra layer of protection, allowing you to trade cryptocurrencies on chains like [Shimmer EVM](https://explorer.evm.shimmer.network/) or [IOTA](https://explorer.evm.iota.org/).
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

![IOTA MultiSig](/icons/iota/safe.png)

## Why are multisig wallets more secure for crypto?
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved
Traditional crypto wallets rely on a single signature for transactions, making them vulnerable if that key is compromised. Multisig wallets offer superior security by requiring multiple approvals before funds can be moved. This added layer of verification significantly reduces the risk of unauthorized transactions, even if a hacker gains access to one of your keys.

Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

## Use Cases for multisig wallet
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

### Shared Asset Security:
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved
- Joint Ownership: Securely manage crypto held jointly by couples, business partners, or organizations. Requires approval from all parties for transactions, preventing unauthorized spending.
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved
- Company Funds: For businesses with substantial crypto holdings, enforce multi-approval workflows for withdrawals, minimizing internal theft risk.
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

### Enhanced Threat Protection:
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved
- Lost/Compromised Keys: Mitigate the impact of lost or compromised keys. Remaining keys can still safeguard funds, unlike single-signature wallets.
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved
- Hacking Defense: Add a significant hurdle for attackers. Even with access to one key, they cannot steal funds without additional signatures.
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved
- Custodial Account Control: Maintain control over crypto held in exchanges or IRA providers. Multisig wallets ensure withdrawals require approval from both the - user and the custodian, preventing unauthorized access.
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

### Important Considerations:
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved
- Technical Complexity: Setting up and using multisig wallets requires more technical expertise compared to traditional wallets.
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved
- Signatory Balance: Finding the optimal balance between security (more signatories) and practicality (fewer signatories) is crucial.
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved
- Individual Suitability: For most individual users with smaller crypto holdings, a standard single-signature wallet might be sufficient.
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved


:::tip

Learn more about safe account [here](https://help.safe.global/en/articles/40835-what-safe-setup-should-i-use).
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

:::

:::info
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

Setting up safe account: [here](https://help.safe.global/en/articles/40868-creating-a-safe-on-a-web-browser).
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved

:::

2 changes: 1 addition & 1 deletion docs/build/getting-started/sidebars.ts
Original file line number Diff line number Diff line change
@@ -119,8 +119,8 @@ module.exports = {
id: 'oracles',
},
{
type: 'doc',
label: 'IOTA Safe Wallet',
type: 'doc',
id: 'safe',
},
{
Binary file added static/icons/iota/safe.png
Dr-Electron marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.