Contracts deployment

The easiest way to load contracts is to use hardhat.

To install hardhat, please refer to the official documentation

In the .env file, set the PRIVATE_KEY value of the contract owner.

git clone https://github.com/bsn-si/IPEHR-blockchain-indexes.git
cd IPEHR-blockchain-indexes
npx hardhat deploy --network <network name>

Last updated