Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add OEP-74-DDXF DToken+Oep4 #74

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 34 additions & 0 deletions OEPS/OEP-74.mediawiki
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<pre>
OEP: 74
Title: DDXF DToken+Oep4 Standard
Author: lucas7788 <sishsh@163.com>
Type: Standard
Status: Draft
Created: 2020-08-03
</pre>

==Abstract==

Sub-contract of DDXF series, a standard proposal to combine off-chain access-token (tokenization) with on-chain token (assertization). Provides support for data management, esp., the permission control. This contract is a basic version for DToken, which cannot be retransferred. For the rest DToken contracts, which support OEP4.

==Motivation==

Capitalize tokens on the basis of data tokenization, and use blockchain technology to realize the generation, transfer and transaction of capitalized tokens. This OEP is an OEP4-type asset support for DToken.

==Specification==

===Methods===


For methods related to the DToken standard, please refer to
[[https://github.com/ontio/OEPs/blob/master/OEPS/OEP-71.mediawiki | DToken]] and it's extensions,
e.g.,[[https://github.com/ontio/OEPs/blob/master/OEPS/OEP-72.mediawiki | DToken+Agent+OEP-72]].


For methods related to the OEP-4 standard, please refer to
[[https://github.com/ontio/OEPs/blob/master/OEPS/OEP-4.mediawiki | OEP-4]]


===Implementation===

To be done