Questions tagged [eris-blockchain]

7 questions
22
votes
9 answers

String array in solidity

I came across quite a common problem that it seems I can't solve elegantly and efficiently in solidity. I've to pass an arbitrary long array of arbitrary long strings to a solidity contract. In my mind it should be something like function…
Fabio
  • 415
  • 1
  • 5
  • 14
1
vote
1 answer

Not able to invoke erisdb.eventPoll rpc call

I have my blockchain running locally . I was using node-json-rpc module to make rpc calls . I was able to make few calls like erisdb.getBlockchainInfo. I tried the erisdb.eventSubscribe call : client.call( { "jsonrpc": "2.0", "method":…
GeekyGags
  • 59
  • 5
1
vote
1 answer

Is there a way to view all events on all blocks for Eris Blockchain?

is there a way to view all events on all blocks for Eris Blockchain? Currently I've managed to just subscribe a particular event Contract contract IdisContractsFTW { uint storedData; string name; event SetName(address indexed _from, string…
Ng Zhong Qin
  • 1,211
  • 2
  • 15
  • 28
0
votes
1 answer

Method not found: erisdb.call

Hey i'm trying to use the eris-contracts package to interact with smart contracts on the monax platform. The contracts i had used to work fine in the eris release of the blockchain, but when i updated to the new monax version, i'm getting this weird…
alokraop
  • 853
  • 1
  • 11
  • 29
0
votes
1 answer

Eris blockchain - Monax getting error while deploying smart contracts

I am new to blockchain platforms and eris. trying to get a private blockchain up and running in my Mac OS from here https://monax.io/docs/tutorials/getting-started/ all went fine until deployment of a smart contract. While performing "eris pkgs do"…
vij
  • 1
  • 1
0
votes
2 answers

Cannot deploy smart contract with Eris / Monax

I'm following the Getting Started Tutorial, using eris version 0.12.0 I stuck at the point where to deploy the smart contract ~/.eris/apps/idi/idi.sol eris pkgs do --chain simplechain --address $addr By random I get either of following two…
David
  • 93
  • 10
0
votes
0 answers

How to Deploy smart contracts to different chains in Eris (Monax)

I have problem with Eris (Monax). I follow the tutorial of Eris https://monax.io/docs/tutorials/getting-started/ All is good. I'm successful to create, instantiate a Blockchain called simplechain, and deploy a smart contract called idi (exactly in…
CD Tran
  • 99
  • 1
  • 1
  • 7