Skip to content

DelphinusLab/delphinus-ui-deployment-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delphinus-deployment

Fill account info for a/config/wallet-secrets.json b/config/monitor-secrets.json

"ankr_id":"REPLACE-WITH-ANKR-ID",
"infura_id_goerli":"REPLACE-WITH-GOERLI-ID",
"getblock_key_bsctestnet": "REPLACE-WITH-GETBLOCK-BSCTESTNET-ID",
"getblock_key_goerli": "REPLACE-WITH-GETBLOCK-GOERLI-ID",
"accounts": {
   "deployer": {
     "priv": "REPLACE-WITH-DEPLOYER-ID"
   },
}

Fill substrate node info in /config/substrate-node.json

{
   "local_address": "ws://127.0.0.1",
   "address": "REPLACE-WITH-SUBSTRATE-WSS",
   "port": "9944"
}

Fill account info for a/config/wallet-secrets.json b/config/wallet-secrets.json

"ankr_id":"REPLACE-WITH-ANKR-ID",
"infura_id_goerli":"REPLACE-WITH-GOERLI-ID",
"getblock_key_bsctestnet": "REPLACE-WITH-GETBLOCK-BSCTESTNET-ID",
"getblock_key_goerli": "REPLACE-WITH-GETBLOCK-GOERLI-ID",

About

deployment template for cross chain solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published