https://github.com/toheeb-ojuolape/bitscrow
bitcoin-based escrow payment platform for freelancers
https://github.com/toheeb-ojuolape/bitscrow
Last synced: 2 months ago
JSON representation
bitcoin-based escrow payment platform for freelancers
- Host: GitHub
- URL: https://github.com/toheeb-ojuolape/bitscrow
- Owner: Toheeb-Ojuolape
- Created: 2022-06-18T00:49:12.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T16:47:20.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T08:53:54.519Z (4 months ago)
- Language: Vue
- Size: 6.69 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitscrow
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).