web3-loader icon indicating copy to clipboard operation
web3-loader copied to clipboard

Ethereum web3.js module for Webpack. Deploys and returns instantiated contract.

Results 5 web3-loader issues
Sort by recently updated
recently updated
newest added

Just like here: https://ethereum.stackexchange.com/questions/22983/web3-eth-contract-is-not-a-function-when-making-contract

I keep getting ``` Module build failed: Error: The contract code couldn't be stored, please check your gas amount. ``` using geth on a testnet my config is ``` web3Loader:...

## Why 1. It is not a natural or common use-case to be importing contracts that require constructor params. _Or am I mistaken?_ 2. The implementation is overly complicated, requiring...

https://github.com/uzyn/web3-loader/blob/89e98e915948b6e7cf82639a2f070ddcdacfae77/index.js#L109 Hi, I am wondering if we could use [estimateGas](https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethestimategas) instead of this. We are trying to use it for deployment on a real (test) net and sometimes run into...

It would be really useful if we could access the plain `web3.eth.contract` object. At the moment, the generated source only exports the deployed instance, as the code [creates the contract...