5baa66150b
* Adding storybook * Fixing lint problems * Adding general styles and correct fonts to storybook * Adding static storybook build * Updating eslintrules to avoid react-router Link warnings * Adding classnames package for css-in-modules and updating babel-loader * Removing styles from .storybook config in favor of css-in-modules * Adding file loader for images in webpack prod and dev config * Adding footer color mui variable * Creating landing page view * Adding babel-jest * Created Img and PageFrame layout components * Created Block layout component * Created Link layout component * Updated styles veriable with constants * Refactored Welcome view * Adding vault icon and safe options(create and open) as buttons * Using yarn pck manager and update deploy script including storybook * Moving container to PageFrame and loading general styles in storybook * Enabling React SPA in surge * Improving look and feel of automatic github comment with links |
||
---|---|---|
.storybook | ||
config | ||
flow-typed/npm | ||
public | ||
scripts | ||
src | ||
test | ||
.babelrc | ||
.eslintrc | ||
.flowconfig | ||
.gitignore | ||
.travis.yml | ||
LICENSE.md | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
precommit.sh | ||
readme.md | ||
truffle.js | ||
yarn.lock |
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
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
- Truffle React Box - The web framework used
- Ganache - Fast Ethereum RPC client
- React - A JS library for building user interfaces
- Material UI 1.X - React components that implement Google's Material Design
- redux, immutable, reselect, final-form - React ecosystem libraries
- Flow - Sttic Type Checker
- Surge - Static web publishing for generating staging links on GitHub
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
- Adolfo Panizo - apanizo
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.