Skip to content

hashkeydid/LayerZeroUA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to deploy DidSync Contract

  1. 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]
  1. To enable sync DID functionality, run below:
npx hardhat --network [from chain] setTrustedRemote --target-network [to chain]

About

LayerZero User Application for HashKey DID

Resources

Stars

Watchers

Forks

Packages

No packages published