An open API service indexing awesome lists of open source software.

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

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.