Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Add DPG: Bloinx #1245

Closed
wants to merge 12 commits into from
93 changes: 93 additions & 0 deletions digitalpublicgoods/bloinx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
{
"name": "Bloinx",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://acervomarcas.impi.gob.mx:8181/marcanet/vistas/common/busquedas/detalleExpedienteParcial.pgi"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://docs.bloinx.io/",
"https://github.com/Bloinx/bloinx-contracts",
"https://github.com/Bloinx/bloinx-v1"
]
},
"NonPII": {
"collectsNonPII": "Unknown",
"checkNonPIIAccessMechanism": "",
"nonPIIAccessMechanism": ""
},
"privacy": {
"isPrivacyCompliant": "Unknown",
"privacyComplianceList": [
""
],
"adherenceSteps": [
""
]
},
"standards": {
"supportStandards": "Unknown",
"standardsList": [
""
],
"evidenceStandardSupport": [
""
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"https://digitalprinciples.org/"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "The smart contracts have been audited by https://spadetech.io/"
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"Email and alias"
],
"thirdPartyDataSharing": "Yes",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": ""
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "No",
"type": "",
"contentFilter": "",
"policyGuidelinesDocumentationLink": "",
"illegalContentDetection": "",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "Yes",
"addressSafetySecurityUnderageUsers": "Yes",
"stepsAddressRiskPreventSafetyUnderageUsers": [
"https://github.com/Bloinx/bloinx-v1/blob/main/CODE_OF_CONDUCT.md"
],
"griefAbuseHarassmentProtection": "Yes",
"harassmentProtectionSteps": [
"https://github.com/Bloinx/bloinx-v1/blob/main/CODE_OF_CONDUCT.md"
]
}
},
"locations": {
"developmentCountries": [
"Mexico"
],
"deploymentCountries": [
"Mexico",
"Venezuela"
]
}
}
2 changes: 1 addition & 1 deletion nominees/bloinx.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"contact_email": "gabriela@bloinx.io"
}
],
"stage": "nominee"
"stage": "DPG"
}