https://github.com/3esmit/distributor-dapp
https://github.com/3esmit/distributor-dapp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/3esmit/distributor-dapp
- Owner: 3esmit
- License: cc0-1.0
- Created: 2020-11-05T22:54:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T19:24:28.000Z (about 4 years ago)
- Last Synced: 2025-01-05T14:51:19.689Z (5 months ago)
- Language: Solidity
- Size: 283 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DAptGet
Proof of concept of a decentralized application store.
The script connects with ethereum network to create dapps entries or update to the latest version.
## Usage
### Register
./script/upload.sh -k [private_key] -d [dapp_name] -R -r [absolute_path]### Update
./script/upload.sh -k [private_key] -d [dapp_name] -r [absolute_path]