You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
hey guys,
I already get the network up and running in containers, but what is the correct way to specify the hostname to deploy the smart contracts and interact with Dapp? I tried using truffle and specify the network hostname to bastion node or ECS node IP and it didn't work..
thanks for your help!
The text was updated successfully, but these errors were encountered:
wgn1993
changed the title
how to specify
how to specify hostname for contract deployment and running dapp
Nov 17, 2021
when I am trying to deploy the smart contracts on the quorum network using this solution(lastest quorum&tessera image), it keeps throwing "Migrations" -- Transaction was not mined within 750 seconds, please make sure your transaction was properly sent. Be aware that it might still be mined!.""
the tool I'm using is Truffle v5.4.22 (core: 5.4.22) + Node v16.13.0.
and the configuration file in truffle is:
module.exports = {
networks: {
development: {
host: "xxx",
port: 22000,
from: "0xaaa",
network_id: "6683", // Match any network id
type: "quorum",
gas:37580963800,
gasPrice:0
}}
};
for the previous version of quorum and tessera, this truffle configuration did work well for deploying the same contracts,
do you have any idea what might be the issue here...thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hey guys,
I already get the network up and running in containers, but what is the correct way to specify the hostname to deploy the smart contracts and interact with Dapp? I tried using truffle and specify the network hostname to bastion node or ECS node IP and it didn't work..
thanks for your help!
The text was updated successfully, but these errors were encountered: