https://github.com/koshikraj/proof-of-ownership
A python smart contract to establish proof of ownership
https://github.com/koshikraj/proof-of-ownership
neo proof-of-ownership python smart-contracts
Last synced: 28 days ago
JSON representation
A python smart contract to establish proof of ownership
- Host: GitHub
- URL: https://github.com/koshikraj/proof-of-ownership
- Owner: koshikraj
- License: mit
- Created: 2018-05-09T07:35:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T03:58:02.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T00:51:14.967Z (about 2 months ago)
- Topics: neo, proof-of-ownership, python, smart-contracts
- Language: JavaScript
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proof of Ownership DApp built with neo-python
This project uses NEO smart contract that can be compiled with neo-boa package. It has a basic interface
built using neon-js. Note that this app is still under development.
## Proof of Ownership
Every asset in this world has a owner who has complete right to manage the asset. The asset ownership can be either recorded physically
or digitally. Blockchain records provide a convenient way to store the digital assets using their
inbuilt digital asset and identity mechanism.## NEO Platform
NEO provides a convenient way to represent and manage digital assets and identity to achieve a smart economy.