Creating items and saving it the blockchain.
Making payments to trigger the delivery for a particular item.
-
Clone the project using
git clone https://github.com/svg612/blockchain-item-manager.git -
Install truffle globally using
npm install -g trufflefor the latest version andnpm install -g truffle@xxx, where xxx should be replaced by the particular version number. -
Change the solidity compiler version and the RPC port according to your preference in
truffle-config.js. -
Compile the project with
truffle compileon the terminal or command prompt from the root folder. -
Then migrate it to the blockchain with
truffle migrate. -
Change the path to
clientand enternpm startto start the front end react server.
Solidity
Truffle
Ganache
React
