description |
---|
Turing Example - Getting started with Turing |
Use Turing with ease by navigating through a minimal web-app.
Using Turing basically requires 3 things:
-
Deploying the TuringHelper contract
-
Fund the TuringHelper with some BOBA tokens
-
Deploy an AWS endpoint which receives the smart contract call and returns the result to your contract in a readable way within the same transaction.
This process can be tedious for new fellow coders, so we decided to build this Turing Starter app, which basically guides you through the process and automatically deploys and funds a new TuringHelper just for you.
This package is used within the react app (referenced via package.json) and contains the deployed contract addresses as well as the ABIs etc.
In this package you'll find the actual solidity smart contracts which have been deployed for this DApp to work.
This package contains the react app the user actually navigates through.
- Rinkeby: turing.rinkeby.boba.network
- Mainnet: turing.boba.network