truffle

    1熱度

    1回答

    我想用npm安裝「松露」,但我不熟悉NodeJS,不能弄清楚爲什麼npm不會安裝它。我嘗試npm install -g truffle在PowerShell中具有管理員權限後輸出的幾行,我得到錯誤信息塊: gyp ERR! build error gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe`

    0熱度

    1回答

    { hash: '0xcc871efa64631ff57b6c4cdf9e9c52dce299956cc0bc2cdf6781dbd647a80926', nonce: 34, blockHash: '0xf4e21dabc0d6f99ae9a3fd128b9f25462110ed0e2811c0d5f91ffce9ac85594a', blockNumber: 49

    8熱度

    3回答

    我有一個合約的功能,它發出每個電話的事件。 我想有在其上傳遞每個測試發射的事件,這裏有一些測試: it("should emit Error event when sending 5 ether", function(done){ var insurance = CarInsurance.deployed(); insurance.send({from: accounts[0

    0熱度

    4回答

    我正在使用testrpc和web3。 我用下面的成語,以確保只有先前定義的用戶應該能夠做一些事情: function doSomethingProtected() { if (msg.sender != authorizedUser) throw; flagSomething = true; } 當調用與WEB3實例化合同的功能如下: myC

    0熱度

    1回答

    我想部署一個聰明的合同到專用網絡。 我啓動網絡這樣 GETH --datadir = 「〜/松露」 --port 30303 --rpc --rpcport 8545 --rpcaddr 本地主機--networkid 27441 --rpccorsdomain = 「*」 --minerthreads 「1」 --mine --rpcapi 「ETH,WEB3」 --maxpeers 4 --u