Bitcoin Forum
March 29, 2024, 04:54:02 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Dappy Wallet – a decentralized wallet built on Blockstack  (Read 247 times)
uzi (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 29, 2018, 02:50:17 PM
Last edit: July 09, 2018, 03:31:47 PM by uzi
 #1

Hello everyone,

I'm Eugene from BCnet. We are doing a decentralized multi-currency wallet for Blockstack and ShapeShift Bounty – Dappy Wallet (https://dappywallet.com). Is a light universal wallet with decentralised storage powered by Blockstack. It uses Gaia decentralized storage and encryption option. In-app exchange is supported by ShapeShift, it allows to convert coins to each other in the most intuitive and easiest way. Dappy Wallet doesn't store or proceed user private key, the all data are securely stored in the Gaia.

Video walkthrough: https://youtu.be/05xzujrV1Pc
Read our announcement on Medium: https://medium.com/dappy/introducing-dappy-wallet-e9d437ce580

We are guided by several core principles:

*Open source and transparent solution
Dappy code - https://github.com/BCNetio/BlockStackWallet

*Decentralized Auth and Storage
More about Blockstack and Gaia - https://blockstack.org

*Privacy
We do not need to use KYC or collect customers data as far as we don’t touch users coins.


- - -


Join Us

App - https://dappywallet.com
Twitter - https://twitter.com/DappyWallet
Medium - https://medium.com/dappy
Reddit - https://www.reddit.com/r/dappywallet/


- - -

Let us know what you think about Dappy, we'll appreciate any feedback!





1711688042
Hero Member
*
Offline Offline

Posts: 1711688042

View Profile Personal Message (Offline)

Ignore
1711688042
Reply with quote  #2

1711688042
Report to moderator
1711688042
Hero Member
*
Offline Offline

Posts: 1711688042

View Profile Personal Message (Offline)

Ignore
1711688042
Reply with quote  #2

1711688042
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Chuk-064504
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
June 29, 2018, 06:54:13 PM
 #2

just want to add that Gaia is real decentralized storage and it allows to use web-based light wallet without copying backup file from one computer to another one. You need just login with Blockstak ID, that's all.
felicita
Legendary
*
Offline Offline

Activity: 1582
Merit: 1031



View Profile
June 29, 2018, 09:03:12 PM
 #3

ok this blockstack project looks really interesting .
I just used everythink in the webapp but looks great !
Are there any minimum deposit amounts ?for the wallets ?


regards
uzi (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 30, 2018, 12:48:57 PM
 #4

just want to add that Gaia is real decentralized storage and it allows to use web-based light wallet without copying backup file from one computer to another one. You need just login with Blockstak ID, that's all.

yes, its true
uzi (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
June 30, 2018, 01:19:16 PM
 #5

ok this blockstack project looks really interesting .
I just used everythink in the webapp but looks great !
Are there any minimum deposit amounts ?for the wallets ?


regards

Hi, thanks a lot for your feedback and interest!
No limit! Dappy is a light wallet like MyEtherWallet, Exodus. The app provides you an easy-to-use interface to interact with top blockchains: bitcoin, ethereum and etc.
Chuk-064504
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 04, 2018, 06:26:29 AM
 #6

ETFbitcoin

Dappy is the decentralized wallet in terms of data processing, we are using blockchain for the data encrypted storage. It makes possible don't use backup file for the web wallet.
1. you granted access to the data through your Blockstack account to the dapp that wants to get access to the data. The app asks for the permission in first launch, so you can match it with account data you want share. There is no difference between desktop/mobile, you can use a mobile browser in case of adaptive layout supported for sure.

2. As I mentioned we are not using smart-contracts to implement the wallet, it's react web application. You can use Dappy as light wallet. We are not managing user keys, supporting top crypto coins and ERC-20. You can create or restore the wallet and manage your assets.

3. BTC, ETH, ETC, LTC, DOGE, BCH, DASH, BTG + any ERC20 tokens at the moment. You can add a custom token in the wallet, either in case we don't have it in the predefined list of top hundreds of tokens. You have an option to add it by smart-contract address, then it will appear in your wallet only.  We have on roadmaps top-20 list of coins, omni, blockstack tokens and more exciting features.
uzi (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
July 08, 2018, 07:05:01 PM
 #7

Pleased to announce the launch of our new website – https://dappywallet.com
We'll appreciate any feedback!
desloratadine
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 12, 2018, 03:46:10 AM
 #8


Is the Dappy Wallet currently active and working?

About a week ago I registered a blockstack user account and loaded the Dappy Wallet via the web application (then at the app.bcnet.io) domain.  Just now I went to reload the Dappy Wallet under the new domain (app.dappywallet.com) and after going through the redirect to restore the blockstack account and then back to app.dappywallet.com the result is a blank gray screen with the text "Login verification in progress".  Reloading periodically over an hour or so always resulted in the same empty screen and message.

So it seems the web application Dappy Wallet, or maybe the blockstack systems such as Gaia it depends on is currently offline.
desloratadine
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 12, 2018, 04:46:18 AM
 #9


After logging in to the Blockstack Browser (at https://browser.blockstack.org/) and then logging in to Dappy Wallet it authorized me.  If it is intended to work this way, such that a user must log in to the Blockstack Browser first and not directly via the Dappy Wallet web page, I think it could be a good idea to mention this on the Dappy Wallet page itself.

In the pop up showing the private keys for wallets, the p element has classes key and description, and then in the CSS there is

Quote
.bijsdo .description.key {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

which leads to the private keys being cut off, ending with a trailing ellipsis because they are too long.  The ancestor div with the bijsdo class only allows 330px for width, and then it loses 40 more px in padding.  Given the importance of the private keys, I think it is important to make sure they are always completely displayed.


Why are there unusual names for the wallets, such as Bitcoin lobster-during?
uzi (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
July 13, 2018, 09:10:52 AM
 #10


Is the Dappy Wallet currently active and working?

About a week ago I registered a blockstack user account and loaded the Dappy Wallet via the web application (then at the app.bcnet.io) domain.  Just now I went to reload the Dappy Wallet under the new domain (app.dappywallet.com) and after going through the redirect to restore the blockstack account and then back to app.dappywallet.com the result is a blank gray screen with the text "Login verification in progress".  Reloading periodically over an hour or so always resulted in the same empty screen and message.

So it seems the web application Dappy Wallet, or maybe the blockstack systems such as Gaia it depends on is currently offline.


Hi,
yes, Dappy is currently active. You need to be login in Blockstack Browser or Blockstack Desktop for work with wallet. Mention of this and displays the full size of private key with new fix will appear in the next release after some code refactor for public release.
uzi (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
July 13, 2018, 09:24:28 AM
 #11


Why are there unusual names for the wallets, such as Bitcoin lobster-during?


The animals are a fun way that will distinguish your wallets. It is similar to Anonymous animals on Google Docs. You can manually rename them.
uzi (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
July 13, 2018, 09:38:30 AM
 #12

How to rename wallet? Tutorial

Jpg link - https://imgur.com/a/L07RlZu
CryptoMaroon
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 18, 2018, 09:08:53 AM
 #13

it's got the contest prize https://twitter.com/DappyWallet/status/1019465745762275328 congrats!
uzi (OP)
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
February 09, 2019, 02:12:02 PM
 #14

Built-in exchange service (shapeshift) temporarily unavailable. Their API no longer works now that they require sign up. We will let you know when it's back up and running 🙏
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!