aleeusgr / potential-robot

minimal dApp testing suite
MIT License
3 stars 2 forks source link

add Scheme to README #134

Closed aleeusgr closed 4 months ago

aleeusgr commented 11 months ago

Screenshot_2023-11-09-10-32-08-589_com.drawexpress.full-edit.jpg

aleeusgr commented 11 months ago

build and the runtime.

Testing the app creates a test context ( instantiates Network instance /add link/, what else?) and executes transactions in the blockchain emulator or the blockfrost API.

The script in the example can be written in any language, and to experiment with the architecture the user must look at Helios built-ins for the onchain or Helios API for the offchain part.

If the user goal is to experiment with transaction building, the transactions are abstracted as modules.🤔⌛

The current example mints an NFT to a validatorAddress and checks the users expectations of the effects observed on the Blockchain.🤔⌛