An open API service indexing awesome lists of open source software.

https://github.com/5afe/cpk-configuration-app

Web app that allows to manually configure the Gnosis Contract Proxy Kit
https://github.com/5afe/cpk-configuration-app

Last synced: 9 months ago
JSON representation

Web app that allows to manually configure the Gnosis Contract Proxy Kit

Awesome Lists containing this project

README

          

## CPK Configuration App

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. This Dapp serves as an example to show the different states and functionality of the *CPK*.

Only available for Rinkeby network at this moment.

App can be found live here: https://gnosis.github.io/cpk-configuration-app/.

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Useful links

- [Contract Proxy Kit documentation](https://github.com/gnosis/contract-proxy-kit)
- [Video introduction to Building with Safe Apps SDK & Contract Proxy Kit](https://www.youtube.com/watch?v=YGw8WfBw5OI)

## Available Scripts

In the project directory, you can run:

### `yarn install`

Installs the required dependencies declared in `package.json`.

### `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!