- Deploying proxy contract and logic contract first, and initialize it.
npx hardhat deploy --network goerli --tags DidSync
npx hardhat deploy --network goerli --tags EXTERNAL_STORAGE
npx hardhat --network goerli initProxy --did [didAddrs]
- To enable sync DID functionality, run below:
npx hardhat --network [from chain] setTrustedRemote --target-network [to chain]