Questions tagged [embark]

10 questions
4
votes
1 answer

Solidity - How to call smart contract instances from external contract?

I have created an AccountManager smart contract and two instances of it(PARTYA and PARTYB). When calling TransferAgent.transfer(AccountManager.address, AccountManager.address) I can see accounts[msg.sender].balance update as expected. However, when…
gervasmi
  • 41
  • 2
3
votes
2 answers

How to run IPFS with Embark framework demo program

I'm pretty new to blockchains, I've learnt from various sources that we can use the embark framework along with IPFS to easilt create a DApp. I've started by running all the instructions from the embark github page I ran the following command to…
1
vote
0 answers

Embark_demo/embark run is not starting

I followed the instructions and install all the prerequisites that was listed as required to setup Embark; however, when I reached the dmo test piece, I am not successful. I am getting eht following errors. I do not know how to get it to work. I…
Johnny
  • 819
  • 1
  • 10
  • 24
1
vote
0 answers

Running embark demo will not work as expected

I wanted to play with embark and have a taste of dapps development, so first I tried https://framework.embarklabs.io/docs/quick_start.html I am working on windows 10 I installed embark, I got version 6.0.0 installed Then tried embark demo and…
mediumkuriboh
  • 57
  • 1
  • 10
1
vote
1 answer

What's wrong with embark gas limit?

I have a problem using Embark to deploy a contract. I have successfully use it before with smaller contracts. Here is the problem hint: contract was deployed at 0xc9f10a4696f4102d0ef3ec4ce5eb5426828a1b06 but doesn't seem to be working try…
Yu Zhang
  • 21
  • 4
0
votes
1 answer

How do I make my prompt text on Embark Console visible?

I'm trying to use Embark Console by Status. I'm trying to do that on a Mac using Terminal. The text I enter is invisible. Whenever I type elsewhere on console, I can see it just fine. Would appreciate any advice on how to fix this. Issue…
Matt Lally
  • 435
  • 1
  • 3
  • 13
0
votes
1 answer

Ethereum - Embark console method calls all returning as undefined

I'm using the Embark framework to build my first DApp, and have been successful in building the "SimpleStorage" Embark demo shown here. I can use the web interface to set and retrieve values successfully, but when I try to do so directly from the…
Forrest Wilkins
  • 398
  • 4
  • 15
0
votes
1 answer

Embark build gives error "Couldn't connect to an Ethereum node are you sure it's on?"

I'm running embark on embark_demo project. embark blockchain / geth works fine & it says "account funded" but when I run embark build / embark run it cannot seem to find the ethereum node. Further it points some error at: Error: error connecting…
Vansh Badkul
  • 61
  • 1
  • 6
0
votes
1 answer

ethereum embark framework plugin

So I have npm app I want to add to my embark app and i did install it, however when I add it as a script in my html as it says in readme it returns 404 on that script I have found that I also need to add it to embark.json so I have added it in this…
0
votes
1 answer

embark demo not working

blockchain@blockchain-VirtualBox:~/embark$ embark demo Initializing Embark Template.... Installing packages.. this can take a few seconds Init complete App ready at ./embark_demo ------------------- next steps: -> cd ./embark_demo -> embark…
Daniel Paczuski Bak
  • 3,720
  • 8
  • 32
  • 78