https://github.com/jaganathanb/dapps-api
https://github.com/jaganathanb/dapps-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaganathanb/dapps-api
- Owner: jaganathanb
- License: mit
- Created: 2023-12-21T17:29:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T07:56:28.000Z (11 months ago)
- Last Synced: 2025-02-15T04:43:26.969Z (3 months ago)
- Language: Go
- Homepage: https://dapps-api.vercel.app
- Size: 543 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DApps API [](https://github.com/jaganathanb/dapps-api/actions/workflows/go.yml)
#Create tag & push to remote
```
git tag # ex. git tag v1.4.1.0git push origin v1.4.0.0 # pushing the tag to remote
```#Build the API
```
cd src\cmdgo-winres make --product-version=git-tag --file-version=git-tag
cd ..
cd ..#open bash terminal and run the below cmd
bash build.sh
```