lecle / aloxide

Aloxide is a pragmatic abstraction layer for various blockchain softwares.
Apache License 2.0
10 stars 5 forks source link

demonstrate sample data is stored in the smart contract #82

Closed manh-vv closed 3 years ago

manh-vv commented 3 years ago

TC1 (The number of pluggable blockchains) should demonstrate sample data is stored in the smart contract so we need to add more steps after code generation: how to deploy resulting smart contracts to the blockchain, how to push a transaction for storing dummy data, and how to check the dummy input through a block explorer per blockchain test-net (As strikethrough tasks are the same with TC2, I asked to limit the tasks to verify in TC1 and TTA confirmed so please show how a tester can verify a smart contract is verified). They said it's fine to use our SDK when pushing a transaction. It's up to you to use our work when explaining a test procedure.

manh-vv commented 3 years ago

close along with #87