Giter Site home page Giter Site logo

Comments (4)

gerbrand avatar gerbrand commented on May 10, 2024

Embark is a thin (or otherwise set slim) wrapper around geth and web3 (javascript api of Ethereum). The geth commands including arguments are logged by embark. So using Embark is no different from using Geth or web3 directly.
Maybe this information could be made more clearly in the README.

from embark.

taoeffect avatar taoeffect commented on May 10, 2024

Thanks for the reply @gerbrand. Over on Gitter @jorisbontje said:

embark uses its own datadir and network id which prevent conflicts. by default it binds to the same port as as mainchain geth (30303), you have change that to run a development chain next to the maintain; but that is simple to configure

Based on your and his replies, the answers to the questions above are still not very clear.

It's still not clear whether or not embark needs to be run only when geth is not running, for example, and it's not clear where embark stores its data.

If it's true that embark is a wrapper around geth, but somehow uses a different data dir than geth does, then that needs to be noted somewhere. Will embark cause the entire chain to be re-downloaded then? Will it download the main chain or the test net? Does that mean you don't have access to your Ether? Why is it downloading a new chain instead of using the existing one from geth?

from embark.

gerbrand avatar gerbrand commented on May 10, 2024

In Embark's configuration file you can create multiple profiles, each with a separate datadir and networkid. There's a default development profile that uses a temp-dir and random networkid, so you have can have your own chain during tests/development.
You can start Geth from the command-line too with the same parameters that private (block)chain.

from embark.

iurimatias avatar iurimatias commented on May 10, 2024

@taoeffect @gerbrand

embark now displays a big banner on what version of geth it's using, and underline each command

blockchain

The dashboard also displays it's using geth on the services list

Dashboard

I agree the docs need more clarification and I'm in the process of writing a more comprehensive documentation

from embark.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.