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

Cards updates: WIP #465

Merged
merged 22 commits into from
Apr 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5134554
first set of updates, some manual, some automated
mapachurro Mar 6, 2024
bf5769a
created index.mdx files; haven't done sidebar yet. Also, some fixes t…
mapachurro Mar 6, 2024
84e7aad
Updated several links and minor tweaks to developersSidebar; moved Ru…
mapachurro Mar 6, 2024
61e39e6
updated sidebars.js
mapachurro Mar 20, 2024
1f82686
correcting security link
mapachurro Mar 20, 2024
de98fab
Merge branch 'main' into cards-updates-2
mapachurro Mar 20, 2024
233eebe
removing scripts used to make index files
mapachurro Mar 20, 2024
e683b53
updating names of sections on index files
mapachurro Mar 20, 2024
f4a4787
minor copy edits to linea safe
mapachurro Mar 20, 2024
a668a31
updated npm, fixed vulns
mapachurro Mar 20, 2024
720c3e6
adding link for social login to sidebar
mapachurro Mar 20, 2024
97e9ed5
Merge branch 'main' into cards-updates-2
jlwllmr Mar 21, 2024
3b86669
correcting index path for overview page; correcting implementation of…
mapachurro Mar 27, 2024
c9d1c28
correcting overview index file
mapachurro Mar 27, 2024
2d61301
Run a Node in the top bar
mapachurro Mar 27, 2024
75cb02c
Update sidebars.js
jlwllmr Mar 28, 2024
f701b53
Merge branch 'main' into cards-updates-2
jlwllmr Apr 5, 2024
17ce3c1
Adjust sidebar
jlwllmr Apr 5, 2024
65bfe56
Merge branch 'main' into cards-updates-2
jlwllmr Apr 5, 2024
1eac369
Update
jlwllmr Apr 5, 2024
1f7fb34
Merge branch 'cards-updates-2' of https://github.com/ConsenSys/doc.zk…
jlwllmr Apr 5, 2024
0891b54
Add infura.io to prevent 403s blocking the link linter
jlwllmr Apr 5, 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
minor copy edits to linea safe
  • Loading branch information
mapachurro committed Mar 20, 2024
commit f4a478730271048e731bede06a9878b39b1f978b
14 changes: 11 additions & 3 deletions docs/build-on-linea/tooling/linea-safe.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@ title: Create a multi-signature smart contract wallet
description: Use Linea Safe to create a multi-signature smart contract wallet
---

Linea Safe is a multi-signature smart contract wallet, which means it requires a minimum number of signatures to approve a transaction before it can occur. If for example you have 3 main stakeholders in your business, you are able to set up the wallet to require approval from 2 out of 3 (2/3) or all 3 people before the transaction is sent. This assures that no single person could compromise the funds.
Linea Safe is a multi-signature smart contract wallet.

On top of that, Linea Safe gives complete self custody over funds and the smart contract that is deployed is completely trustless and in control.
This means it requires a minimum number of signatures to approve a transaction before it can occur.
If, for example, you have 3 main stakeholders in your business, you could set up the wallet to
"require approval from 2 out of 3 (2/3)", or all 3 people, before the transaction is sent.
This assures that no single person could compromise the funds.

On top of that, Linea Safe gives complete self-custody over funds. In other words, the smart
contract deployed for the wallet has complete control over the wallet's contents, and does not
rely on any trusted external party for execution.

To create your Linea Safe wallet click [here](https://safe.linea.build).

<!--
to check the status of the linea safe and entry points https://status.safe.linea.build/ not sure if we want to include this. right now it is password protected -->
to check the status of the linea safe and entry points https://status.safe.linea.build/ not
sure if we want to include this. right now it is password protected -->
Loading