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
- Host: GitHub
- URL: https://github.com/raineorshine/multisigwallet-ui
- Owner: raineorshine
- Created: 2018-02-05T00:19:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T18:51:46.000Z (over 7 years ago)
- Last Synced: 2025-07-19T07:31:16.769Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 294 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
```
npm start
```## Setup
```
npm installcd ../mutable-immutable-ledger
npm run migratecd ../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).