question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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.1is not yet written.

Browser page

We’ll need to put this together in the browser. The interface of the app should be pretty simple:

  1. textarea to paste wallet.json or mnemonic to migrate or button to migrate current browser wallet. If current wallet, user will need to enter their password.
  2. User clicks continue
  3. 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.
  4. 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:open
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
larrysalibracommented, Oct 11, 2017

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

1reaction
kantaicommented, Oct 10, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found