https://github.com/mclintprojects/coinbase-gui
A GUI for the Coinbase API.
https://github.com/mclintprojects/coinbase-gui
coinbase coinbase-api coinbase-gui gui
Last synced: 27 days ago
JSON representation
A GUI for the Coinbase API.
- Host: GitHub
- URL: https://github.com/mclintprojects/coinbase-gui
- Owner: mclintprojects
- Created: 2020-08-08T09:07:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T10:12:53.000Z (almost 6 years ago)
- Last Synced: 2025-03-21T03:35:43.011Z (about 1 year ago)
- Topics: coinbase, coinbase-api, coinbase-gui, gui
- Language: Vue
- Homepage: https://coinbase-gui.netlify.app
- Size: 130 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coinbase-gui
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).