An AI powered Decentralized application built on Warden protocol for managing pharmaceuticals!
- Developing smart contracts
- Testing smart contracts
- Deploying smart contracts
- AI Integration
- Building frontend
- Testing the dApp
- Deployment of the dApp
# Install necessary dependencies
# install truffle
npm install -g truffle
mkdir dir_name
cd dir_name
truffle init
npm init -y
npm install @axelar-network/axelar-gmp-sdk-solidity
# install openzeppelin contracts
npm install @openzeppelin/contracts
# install hdwallet provider
npm install @truffle/hdwallet-provider
# install dotenv
npm install dotenv