nextstep22-blockchain-dapp
Reactive icon

nextstep22_Blockchain_dApp

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 16 November 2022
 by 
0.0
 (0 ratings)
nextstep22-blockchain-dapp

nextstep22_Blockchain_dApp

Documentation
1.0.0

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 net

GETTING 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 details

FUTURE WORK

The 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