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 truffle
for 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 compile
on the terminal or command prompt from the root folder. -
Then migrate it to the blockchain with
truffle migrate
. -
Change the path to
client
and enternpm start
to start the front end react server.
Solidity
Truffle
Ganache
React