Advanced Search
Search Results
7 total results found
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:
4. AN Configuration: Secrets
Check this guide if you will work with secrets: Github sealed secrets guide
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...
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> dl...
8. AN preparing the 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 yo...
Tests to Perform
We will perform two tests: Synchronization with the blockchain P2P verification We will create a temporary entity, one on your node and another on ours, and see if it synchronizes via the blockchain. We can do it using Postman or using the curl com...