diff --git a/OEPS/OEP-76.mediawiki b/OEPS/OEP-76.mediawiki new file mode 100644 index 0000000..28d86fc --- /dev/null +++ b/OEPS/OEP-76.mediawiki @@ -0,0 +1,34 @@ +
+  OEP: 76
+  Title: DDXF DToken+Oep69 Standard
+  Author: lucas7788
+  Type: Standard
+  Status: Draft
+  Created: 2020-08-03
+
+ +==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 OEP69. + +==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 OEP69-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-69 standard, please refer to +[[https://github.com/ontio/OEPs/blob/master/OEPS/OEP-69.mediawiki | OEP-69]] + + +===Implementation=== + +To be done \ No newline at end of file