Gnosis Safe – The most trusted platform to store digital assets on Ethereum https://gnosis-safe.io
Go to file
Mikhail Mikheev 30228345d3 change validation for token address field 2019-04-24 12:48:34 +04:00
.storybook Adapting fonts sizes #72 2018-11-06 12:13:13 +01:00
config fix prod build by replacing extract-text-plugin with mini-css-plugin 2019-03-06 19:15:06 +04:00
flow-typed/npm [WA-229] Feature - Create safe (#10) 2018-03-29 11:05:42 +02:00
public Adapting fonts sizes #72 2018-11-06 12:13:13 +01:00
safe-contracts/build/contracts Updating contracts 2018-10-05 17:26:48 +02:00
scripts Use new .hooks api instead of .plugin for start script 2019-03-05 18:50:01 +04:00
src change validation for token address field 2019-04-24 12:48:34 +04:00
.babelrc add react-hot-loader, smaller margin in token modal heading 2019-03-21 19:12:49 +04:00
.eslintignore WA-521 Added .eslintignore file 2018-08-20 16:47:03 +02:00
.eslintrc [WA-229] Feature - Create safe (#10) 2018-03-29 11:05:42 +02:00
.flowconfig WA-238 Added contracts after migrated to Kovan and Rinkeby 2018-05-04 12:50:24 +02:00
.gitignore WA-238 Added contracts after migrated to Kovan and Rinkeby 2018-05-04 12:50:24 +02:00
.travis.yml update node version in travis 2019-03-06 18:14:08 +04:00
LICENSE.md Adding README and LICENSE (#7) 2018-03-12 11:26:53 +01:00
jsconfig.json WA-238 Added contracts after migrated to Kovan and Rinkeby 2018-05-04 12:50:24 +02:00
package.json reset form state when user clears the address 2019-04-23 19:41:32 +04:00
precommit.sh [WA-229] Feature - Create safe (#10) 2018-03-29 11:05:42 +02:00
readme.md update readme 2019-04-12 18:41:47 +04:00
truffle.js Initial commit with files 2018-03-01 09:05:56 +01:00
yarn.lock reset form state when user clears the address 2019-04-23 19:41:32 +04:00

readme.md

Gnosis Team Safe

Allowing crypto users manage funds in a safer way

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

yarn add truffle // recommended usage of -g flag
yarn add ganache-cli // recommended usage of -g flag
yarn add flow-type // recommended usage of -g flag
git clone https://github.com/gnosis/safe-contracts.git

We use yarn in our infrastacture, so we decided to go with yarn in the README

Installing

A step by step series of examples that tell you have to get a development env running

Run ganache in one terminal

ganache-cli -b 3

Start the project in the other one

cd safe-contracts && truffle compile && truffle migrate && cd ..
yarn install
yarn start

Running the tests

yarn test

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks for Gnosis Team for providing the Safe contracts.