This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Add rivine Create and Open wallet convenience methods #90
Comments
robvanmieghem
changed the title
Add rivine Create and Load wallet convenience methods
Add rivine Create and Open wallet convenience methods
Aug 24, 2018
Can you please add more information to the ticket describing what is the purpose of these new methods and how they will be used by client code. |
The documentation currently states how to create a wallet client_data = {'bc_address': 'https://explorer.testnet.threefoldtoken.com/',
'password_': 'test123',
'minerfee': 10,
'nr_keys_per_seed': 5,
'seed_': seed}
rivine_client = j.clients.rivine.get('mytestwallet', data=client_data)
rivine_client.config.save() or
I would like a create wallet that creates and saves it directly, an open wallet method would initiate it based on the saved information |
merged to development_simple |
ghost
removed
the
state_inprogress
label
Sep 25, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: