facilitate USA based canna dispensary transactions using smart contracts
This project is a REST api aimed to solve paying for legal recreational and medical cannabis in the USA.
solidity contracts I build and test using hardhat
the backend I chose to go with node js and express . this will get the job done as all I need is a api for calling contracts from a backend. service. for any frontend needs we can return html to the user. this will be fine for the hackathon but as we scale will build a frontend.
about project
###/order accepts the following methods ##POST (create order) 1.GET order/<contractaddress> retunrns a contract data from cartFactory.sol
to be continued

