Integrate name transfer service
See original GitHub issue@kantai has written some components of a transfer service which are currently located here: https://github.com/kantai/blockstack-transfer-service
It includes code to migrate names from core wallet and portal pre-v0.9.0
. Code for wallets after that and beforev0.10.0-alpha.1
is not yet written.
Browser page
We’ll need to put this together in the browser. The interface of the app should be pretty simple:
textarea
to pastewallet.json
or mnemonic to migrate or button to migrate current browser wallet. If current wallet, user will need to enter their password.- User clicks continue
- Service searches for names in the wallet and displays a list of names along with a box next to each for the address to which the name should be transferred. Each name has a check box which the user can uncheck if she does not want to transfer that name.
- User clicks Transfer.
Subsidizer service
We need a subsidizer service based on this test subzidizer with a hot wallet: https://github.com/kantai/blockstack-transfer-service/blob/master/python-service/test_subsidizer.py
@kantai will need code from Onename to finish implementing this.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to change the Integration Service name ... - YouTube
This video describes the steps to change Integration Service name so that B2B DX batch workflow can use a different Integration Service.
Read more >Manage transfers | Cloud Storage Transfer Service ...
This page shows you how to manage existing transfer jobs and operations. To create a new transfer job, refer to Create transfers.
Read more >Integrating Domain Name Transfer form on your website with ...
Integrating Domain Name Check Availability form on your website with SuperSite 2 · Replace with your Branded SuperSite 2 URL, which you can...
Read more >Making Route 53 the DNS service for a domain that's in use
If you want to migrate DNS service to Amazon Route 53 for a domain that is ... 53 name servers; Step 8: Monitor...
Read more >Transfer apps to a different developer account - Google Support
If you have apps that you want to transfer to a different Google Play ... Get your app ready to transfer Step. ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve started work on a tool to let people calculate their private keys for older keychain formats here: https://github.com/blockstack/blockstack-browser/tree/feature/migration-tool
No – it’s mostly javascript actually – it takes the 24 word mnemonic and turns it into a private key hex string, which can then be passed to a REST call. This could be done by the browser, or it could be a tiny CLI script. I’d prefer not to add any more REST calls to
rpc.py