Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
 	
<script>   	
const technicalCardContent = [
		{'apis-view_technical' : [
			`API (Application Programming Interfaces)`, 
			`EBSI makes available a set of APIs, or Application Programming Interfaces, on the public internet. This is what allows users to interface with EBSI and, ultimately, retrieve needed information from the blockchain ledger. Each API fulfills a specific function, associated with one or several use cases. Are you a developer looking to connect your software with EBSI? Discover our API catalogue and libraries here:`,
			'https://apihub-pilottest.ebsi.eu/docs/apis',
			`EBSI's API Catalogue`
		]},
		{'smart-contracts-view_technical' : [
			'Smart Contracts',
			`Smart Contracts are a type of "digital contract" that only execute and perform an operation if certain conditions are met. In EBSI, the Smart Contracts are strictly controlled and cannot be deployed by anyone - they respond only to calls made to EBSI's APIs by conformant applications, and allow for transactions to be recorded on the ledger.`, 
			`https://stackoverflow.com/questions/20946179/append-value-to-href-using-jquery`,
			`none`
		]},
		{'ledger-view_technical' : [
			'EBSI Ledger',
			`	EBSI's ledger is a decentralised database keeping a record of all transactions written on it. The information is stored in blocks that are cryptographically linked to each other, forming a chain - hence "blockchain"- making the information almost impossible to tamper with. On our ledger, we make available specific registries that can be used by the Use Cases as a source of trust. For example, EBSI's Trusted Issuers registry can be used in the education domain to keep a tamper-evident record of all universities accredited by a national educational body, increasing trust and making verification of diploma credentials much easier.`, 
			`hrefCo`,
			`none`
		]},
	]    

</script>
<script>
	const thenodes = {
		'node_one' : [
			`Node Operators`, 
			`Each EBSI Node can deploy one or several of EBSI's environments:\n\n\u2022 The Pilot environment, for user testing purposes \n\u2022 the Pre-Production and Production environments, for acceptance, and the live EBSI network, respectively\n\n There are minimum technical requirements and SLAs to be met, all outlined in the EBSI Node Operator General Conditions. If you want to become an EBSI Node Operator and help transform the European blockchain landscape, click here:`,
			`https://ec.europa.eu/digital-building-blocks/sites/display/EBSI/Node+Operators`,
			`Become a node operator`
		],
		'node_two' : [
			`smart-contracts-view_technical title`,
			`smart-contracts-view_technical content`, 
			'https://ec.europa.eu/digital-building-blocks/sites/display/EBSI/Node+Operators'
		],
		'node_three' : [
			'ledger-view_technical title',
			'ledger-view_technical content', 
			`https://ec.europa.eu/digital-building-blocks/sites/display/EBSI/Node+Operators`
		],
		'node_four' : [
			`ledger-view_technical4 title`,
			`ledger-view_technical content4`, 
			`https://ec.europa.eu/digital-building-blocks/sites/display/EBSI/Node+Operators`
		]
	}
</script>

<script src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/590447955/whatisebsi-data-production.js"></script>
<script src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/590447955/tabs-structure.js"></script>
<script src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/590447955/tabs-functionality_v2.js"></script>
<script src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/590447955/utils_v2.js"></script>
<script src="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/590447955/app.js"></script>