Posts
Members
Info
Transaction was not mined within 50 blocks...
Is anyone familiar with this issue: https://github.com/ethereum/web3.js/issues/1102 This issue has been bugging me for the past few days. I've tried on both local and testnet chains. I've changed my web3 version numerous times. Any idea?
0
6
make inherited initialize method private
Hi, two initialization methods are exposed during the compilation of the contract, which are: __initialize (custom initializer) and initialize (inherited one) how could I “disable” (declare it internal?) the inherited initialize method?
0
0
How to deploy contract with bytecode to test
Hi everyone. How to deploy contract with bytecode to test ? const UniswapV2FactoryBytecode = require('@uniswap/v2-core/build/UniswapV2Factory.json').bytecode I don't know how to use this in migrations file
0
1
Deploying a smart contract for academic research
Hello everyone! I hope this finds you well and safe. I am making progress with my research about the platforms offering tools to deploy smart contracts. As I am completing the design of the paper, today morning I came up with the following idea: I would like to include in my…
1
3
contract distribution problem on ganache
Hello everyone! I recently used the truffle suite for programming a dapp for my thesis. I have a problem with distributing the contract on ganache, that is, I can only distribute the contract to the first ganache account, the one with zero index and if I try to use the parameter…
0
5
Stanford research smart contracts
Hello Truffle team/community, I am Federico, and I am a professional researcher. Currently, I am at Stanford University. My research area is contract design, and currently, I am researching smart contracts. …
0
60