https://github.com/5afe/cpk-compound-tutorial
An example DApp using Safe Contract Proxy Kit which allows to invest into Compound markets
https://github.com/5afe/cpk-compound-tutorial
Last synced: 12 months ago
JSON representation
An example DApp using Safe Contract Proxy Kit which allows to invest into Compound markets
- Host: GitHub
- URL: https://github.com/5afe/cpk-compound-tutorial
- Owner: 5afe
- Created: 2020-01-15T14:24:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:15:12.000Z (over 3 years ago)
- Last Synced: 2025-04-14T02:48:22.809Z (about 1 year ago)
- Language: TypeScript
- Size: 6.19 MB
- Stars: 8
- Watchers: 13
- Forks: 11
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CPK Compound Tutorial
An example Dapp using the Gnosis Safe [Contract Proxy Kit](https://github.com/gnosis/contract-proxy-kit) which works as a Safe App or a standalone app.
Tutorial can be found in [TUTORIAL.md](https://github.com/gnosis/cpk-compound-tutorial/blob/master/TUTORIAL.md).
Only available for Rinkeby network at this moment.
The source code of the complete tutorial app can be found [here](https://gnosis.github.io/cpk-compound-tutorial/).
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!