Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.71 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.71 KB

MedLedger

About

An AI powered Decentralized application built on Warden protocol for managing pharmaceuticals!

Table of content

  • Developing smart contracts
  • Testing smart contracts
  • Deploying smart contracts
  • AI Integration
  • Building frontend
  • Testing the dApp
  • Deployment of the dApp

Getting started

# 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

Live Project url

COMING SOON....

@0xJonaseb11