Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohager/signum-dappository
Decentral "Market Place" for Burst Applications and Tools
https://github.com/ohager/signum-dappository
blockchain burstcoin dapp decentralized-application ipfs sapper svelte
Last synced: about 1 month ago
JSON representation
Decentral "Market Place" for Burst Applications and Tools
- Host: GitHub
- URL: https://github.com/ohager/signum-dappository
- Owner: ohager
- License: mit
- Created: 2019-11-24T17:37:05.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-01T14:06:51.000Z (4 months ago)
- Last Synced: 2024-10-30T05:56:12.838Z (about 2 months ago)
- Topics: blockchain, burstcoin, dapp, decentralized-application, ipfs, sapper, svelte
- Language: Svelte
- Homepage: https://signum.dappository.world
- Size: 3.64 MB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=ohager_burst-dappository&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=ohager_burst-dappository)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=ohager_burst-dappository&metric=bugs)](https://sonarcloud.io/dashboard?id=ohager_burst-dappository)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ohager_burst-dappository&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ohager_burst-dappository)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ohager_burst-dappository&metric=alert_status)](https://sonarcloud.io/dashboard?id=ohager_burst-dappository)# Signum DAppository
The __Signum DAppository__ is a platform to register tools and applications for the [Signum](https://signum.network/) eco-system.
On one hand, this platform serves as a kind of application store, but also as an exhibition center for developers.## Digital Asset using Signum Smart Contracts
Each registered entry is represented through a digital (cryptographic) asset/token using [Signum Smart Contracts](./assets/SmartContract.java) and is stored in the
Signum blockchain. The registrar is the initial owner of that token. Therefore, the token is a so called [Non-Fungible Token](https://en.wikipedia.org/wiki/Non-fungible_token) (NFT):
the token can only be owned by one person at a time, but it's possible to transfer it to another person, e.g. by selling it.Furthermore, the token can receive amounts from other Signum Accounts. The received amount will be redirected
(subtracting an inherent contract execution fee) to the owner. The number of transactions (considered as donations)
is counted, and the received amounts are summed up, and kept in the Smart Contract. This can be used as a success indicator.