Skip to content

chris-shyft/safe-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gnosis Safe Documentation

The Gnosis Safe is a multisignature wallet with support for confirmations using signed messages based on ERC191. It is the successor of the Gnosis Multisig Wallet and combines more functionality with reduced gas costs. The Gnosis Safe allows basic wallet configuration like adding and removing owners and more advanced features like modules, which allow to do transactions with different requirements.

Documentation

Read the last documentation in:

It's a work in progress, so comments, suggestions, and collaborations are appreciated.

Collaboration

The Gnosis Safe is made by and for the community, with the goal of having a secure and convenient way to manage Ethereum assets.

Meet the community in the Gitter channel!

Generate the doc

virtualenv -p python3 env
. env/bin/activate
pip install -r requirements.txt
make livehtml

Packages

No packages published

Languages

  • Python 66.7%
  • HTML 14.2%
  • Batchfile 10.3%
  • Makefile 8.8%