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

https://github.com/raineorshine/multisigwallet-ui

UI for https://github.com/raineorshine/multisigwallet
https://github.com/raineorshine/multisigwallet-ui

Last synced: 3 months ago
JSON representation

UI for https://github.com/raineorshine/multisigwallet

Awesome Lists containing this project

README

          

## Usage

```
npm start
```

## Setup

```
npm install

cd ../mutable-immutable-ledger
npm run migrate

cd ../multisigwallet
npm run migrate
# manually copy deployed address to config.json
```

---

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