Giter Club home page Giter Club logo

Comments (5)

crooksey avatar crooksey commented on July 19, 2024

I'm happy to help write this, has anything started yet?

from pyethereum.

heikoheiko avatar heikoheiko commented on July 19, 2024

Currently creating tx and querying accounts can be done by:
https://github.com/ethereum/pyethereum/blob/master/pyethereum/ethclient.py
which builds as bin/ethclient

but there is no key managing wallet yet.

from pyethereum.

heikoheiko avatar heikoheiko commented on July 19, 2024

@crooksey there is also an early proof of concept for a GUI.
https://github.com/ethereum/pyethereum/tree/master/gui
So if you are aiming for something beyond key management and tx signing this might be a direction to go.

from pyethereum.

crooksey avatar crooksey commented on July 19, 2024

Cool looks good, personally I have never been a fan of QTWebKit. I might
write an application in pyramid on top of pyethereum to manage keys, ether
and to monitor the network, mainly for fun. I could write in anything, but
pyramid keeps it as pure python as possible.

Luke Crooks
On 16 Aug 2014 10:47, "heikoheiko" [email protected] wrote:

@crooksey https://github.com/crooksey there is also an early proof of
concept for a GUI.
https://github.com/ethereum/pyethereum/tree/master/gui
So if you are aiming for something beyond key management and tx signing
this might be a direction to go.


Reply to this email directly or view it on GitHub
#78 (comment).

from pyethereum.

heikoheiko avatar heikoheiko commented on July 19, 2024

The reason we use Webkit is that DApps in the Ethereum world are a combination of a) contracts (which live on the chain) and b) HTML/JS based UIs which are displayed using a HTML viewer that is embedded in the Ethereum clients (check AlethZero or Ethereal for examples). Ideally a wallet would integrate there as just another app.

As for the web framework, we currently use bottle (also lightweight and pure) in the apiserver:
https://github.com/ethereum/pyethereum/commits/master/pyethereum/apiserver.py

from pyethereum.

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.