Implementation of coffee supplychain using ethereum smart contract addressing the issue of storing critical data necessary at different stages of supplychain and making it verifiable by all stakeholders in supplychain.
For the setup, am using development ganache, with chrome metamask not rinkeby
Got the DAPP compiled and migrated, setup the app.js with the addresses from the migration, and designated metamask address 1 as the admin address.
However from the admin UI, am not able to create a batch or define a user. even before I can click on submit in metamask, get a transaction error, error thrown in contract code.
For the setup, am using development ganache, with chrome metamask not rinkeby
Got the DAPP compiled and migrated, setup the app.js with the addresses from the migration, and designated metamask address 1 as the admin address. However from the admin UI, am not able to create a batch or define a user. even before I can click on submit in metamask, get a transaction error, error thrown in contract code.
Please provide guidance - thank you