Giter Club home page Giter Club logo

Comments (2)

trung avatar trung commented on June 13, 2024

The network is provisioned in the private subnet so you can't access directly from outside. There are 3 options:

  1. Login to Bastion node and deploy the contract
  2. Setup SSH tunnel from your machine to the Bastion node
  3. Manually install a proxy pass in Bastion (like Nginx) and proxy pass to the network

from quorum-cloud.

wgn1993 avatar wgn1993 commented on June 13, 2024

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!

from quorum-cloud.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.