Creating Accounts with RPC Interface

hslewishslewis Member Posts: 2
Hi,

I want to create user accounts on a pyethapp node. Is there a way to do it thru the RPC interface? If not what is the correct approach to this?

I did see the Account class which can be invoked from the console but does not seem to be accessible from the RPC interface.

I'm trying to develop an REST Interface which will allow me to create accounts which are proxied from my django app.

Thanks,
Steve
Sign In or Register to comment.