Advanced Search
Search Results
6 total results found
2. Issuance Validation: LEAR Credential Machine
The second step is to validate that we currently have a LEAR Credential Machine at our disposal. To do this, we must confirm that we have access to the Wallet and see if our credential has been downloaded. If you do not have access or do not have the require...
3. Data Validation: DLT
Once we have the issued credential, we need to generate our machine's addresses using this tool: Dome Access Node Keys Generator. To do that, we need our machine's DID key, obtained previously. The generated addresses will be as follows:
5. AN Configuration: Chart.yaml
This is how your chart.yaml should look. All necessary dependencies are included in the AN configuration. Check the last version here: apiVersion: v2name: access-nodedescription: Chart holder for ArgoCDtype: applicationversion: 0.7.31appVersion: ...
6. AN Configuration: Values.yaml
First, we need to consider whether we've decided to work with secrets (remember rename the file to values.yaml), or not, as the file format may vary slightly. Values with secrets.yaml Values without secrets.yaml First of all, we will check that the file h...
7. Registering the node in the Trusted Lists
In order for your AN node to communicate and connect with ours, it must be registered on the following two lists. Trusted Access node list Trusted Access Node list file The format to follow is as follows: - name: <your company name> dlt...
8. AN Synchronization Tests
These are the steps that will be taken before the tests: 8.1. Backup before testing Perform a dump backup of the Scorpio data so we can restore it afterwards and delete the data of your DB. Remember to put it out of your docker or it will disappear if you ...