This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| **DGov: Decentralised Governance for Web3.0 (Draft)** | |
| Abstract 1 | |
| Mission 2 | |
| D-Gov: Decentralised Government Project 3 | |
| What are D-Gov’s? 4 | |
| What technology enables D-Gov’s? 4 | |
| How are DApps different to D-Govs? 4 | |
| Examples of D-Gov’s: 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Data returned by remote login request | |
| { | |
| "session": { | |
| "user": { | |
| "approval_status": "approved", | |
| "empty_pass": false, | |
| "id": "user_id", | |
| "profile_keys": [ | |
| "profile_4" | |
| ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const options = { | |
| url: 'https://api.knack.com/v1/applications/5e159b77ed2cc100162fae1f/session', | |
| method: 'POST', | |
| headers: { | |
| 'content-type': 'application/json', | |
| 'Knack-Application-Id': '5e159b77ed2cc100162fae1f', | |
| 'email': bundle.authData.email, | |
| 'password': bundle.authData.password | |
| }, | |
| params: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "inputData": { | |
| "field_358": "[email protected]", | |
| "field_226": "4000", | |
| "field_314": "GBP", | |
| "field_261": "Services rendered...", | |
| "field_271": "Google Ireland", | |
| "field_272": "28/06/2020", | |
| "field_273": "", | |
| "field_277": "Irene Slade", |
NewerOlder