Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 586 Bytes

deployment.md

File metadata and controls

21 lines (15 loc) · 586 Bytes

Deployment Guide

Deploying a contract example:

 yarn hardhat run --network lacchain scripts/deployExample.ts

Output:

Using Base Relay Address: 0xa4B5eE2906090ce2cDbf5dfff944db26f397037D
migrations Instance successfully deployed at address: 0xE74B710bCC51fE2B290b8653F9754125f39e4Dd3

Deploying available contracts:

 yarn hardhat run --network lacchain scripts/deployDidRegistryRecoverable.ts # deploys DidRegistryRecoverable Smart Contract
 yarn hardhat run --network lacchain scripts/deployDidRegistry.ts # deploys DidRegistry Smart Contract