Welcome! This is a demo app shown at NextStep2022 - "Build a Blockchain dApp with Outsystems!".The presented slides are available at the resources folder.This app uses a fictional scenario to decentralize Outsystems's certifications via a Smart Contract on the Ethereum network.No frameworks or external dependencies are required, the used integrations are all vanilla js connectors.RELATED- OSCertifications_Mobile *REQUIRED- All interactions are done via the Goerli test netGETTING STARTED- You should have Metamask installed on your browser, or any other web3 browser based node provider.- Random certification requests can be Bootstraped at the Requests page.- At the contract deployment, once you hit the compile&deploy contract, you are ready to interact with the contract via the Mobile App or accepting the requests.- You can further use https://goerli.etherscan.io/ to check your contract deployment detailsFUTURE WORKThe Ethers.JS integration will be made available in the future into its own component to provide as show in this demo:- An easy contract factory deployment mechanism- The abstraction to interact with the contract functions- A contract watch mechanism