Adolfo Panizo 135cbd1568
[WA-229] Feature - Create safe (#10)
DevOps:
  Webpack config for having CSS mixins
  Added Flow

FrontEnd:
  Added redux
  Added Layout Components (Row, Col...)
  Added Material UI custom theme
  Added final-form library for creating user inputs for creating a form
  
Logic:
  Added actions, selectors, and reducers for controlling Header's connection done using TDD
  Fetching web3 provider logic dynamically
  Creating a basic safe with harcoded data
2018-03-29 11:05:42 +02:00
2018-03-06 09:52:55 +01:00
2018-03-15 11:14:20 +01:00
2018-03-29 11:05:42 +02:00
2018-03-01 09:05:56 +01:00
2018-03-12 09:30:03 +01:00
2018-03-09 09:42:35 +01:00
2018-03-15 11:14:20 +01:00
2018-03-15 11:14:20 +01:00
2018-03-08 10:35:24 +01:00
2018-03-12 11:26:53 +01:00
2018-03-15 11:14:20 +01:00
2018-03-12 11:26:53 +01:00
2018-03-01 09:05:56 +01:00

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

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

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 gnosis-safe-contracts && truffle compile && truffle migrate && cd ..
npm install
npm start

Running the tests

npm 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.
Description
Gnosis Safe – The most trusted platform to store digital assets on Ethereum
https://gnosis-safe.io
Readme
Languages
TypeScript 97.9%
JavaScript 1%
CSS 0.8%
Shell 0.2%