Author

Topic: hyprmall.com - ecommerce using crypto (Read 215 times)

newbie
Activity: 1
Merit: 0
October 13, 2023, 04:12:33 AM
#19
hello, hyprmall Team
looks great!
please hit me up when you need some hands! This is software engineer! Smiley
legendary
Activity: 2212
Merit: 7064
Cashback 15%
October 12, 2023, 02:36:16 PM
#18
Just to be clear, hyprmall is for both buyers and sellers.
So who is processing and holding customers data including delivery information, you or sellers?

We hope to be something like alibaba / aliexpress / amazon. We would like to facilitate others to sell goods through our platform on a large scale.
We aren't using any third parties for buying/selling.
OK, so you are probably based in China and you are offering similar stuff like aliexpress, but I am more interested in ordering some stuff from Japan.
What is usual delivery time worldwide, and are there any countries you are not working with.
newbie
Activity: 6
Merit: 1
October 10, 2023, 04:45:05 PM
#17
Thank you all for the support and feedback.
We have deployed hyprmall version 0.1.1, incorporating the first round of suggestions we have read here.

Changes:
    - Added currency converter. Select your preferred currency from the navbar dropdown.
    - Added basic about page regarding hyprmall and fees
    - Various UI fixes
        - Improved navbar
        - Fixed cart icons
        - Dashboard updates
        - Added shipping to dashboard
        - Improved error handling on all forms
    - Updated our session handling code. Removed our Redis dependency. This should increase security.

Just to be clear, hyprmall is for both buyers and sellers.

1. Buyers deposit their coins into hyprmall. This is a transaction on the blockchain.

2. When they purchase an item from a seller, the buyer is debited and the seller is credited on our
internal accounting system. This is not a transaction on the blockchain and is instant. Hyprmall takes a 1% fee here.

3. Sellers can then withdraw the credits they have earned from selling items to an external wallet or exchange.
This is a transaction on the blockchain. (Note: Any user can withdraw credits from their own account).

We are working our way through all of these great suggestions.

1. We hope to mitigate this by implementing a review and rating system with manual intervention when needed.
In addition to these things, I think it'd be nice to also require sellers to provide a picture that clearly shows the item together with a handwritten note containing their name, the date, and the latest block height number ["this" is how we do it on this forum].

2. Can you please elaborate on these issues?
Sure, I was referring to simplifying the manner in which the tracking and freezing of an assigned address [e.g. one that belongs to a scammer] could be done, in order to stop them from withdrawing their funds [assuming that everything would be on-chain].

BTW, multi-posting is against forum rules [you can respond to multiple users by clicking the "insert quote" button at the top right corner of each post (when you're in the "post reply" field)].

Thank you, this is a great idea. We are still thinking about the tracking and freezing system. We apologize for the multiple posts.


4. Can you please elaborate on what issues you think we will encounter when we go live?
Probably the deposit and the crediting, you should test it yourself and not do this in public to make sure the deposit, crediting, and cart are functioning properly, the worse thing that could happen is getting bad feedback or complaints for not functioning features

Quote
5. Manual deposit and withdrawal at this stage. We are trying to avoid using third-party systems.
If you're going to implement a cron job and it will work properly then it's better than getting a third party.



We are using a daemon to sync the chain to our database on a timer. Basically a cron job.

this is a pretty good project to build an e-commerce website that supports bitcoin as a payment base. however, there are several things that concern me and maybe you can apply them to your website;

1. you should put prices in usd and bitcoin to make it easier for customers to calculate the price of goods, so they don't need to convert on other websites.
2. information on estimated fees for transactions on goods the user wishes to purchase.
3. payment option using escrow for users who want to be more secure in their transactions.
4. if the escrow option is not provided, users should be given an explanation regarding the security of their deposits/withdrawals.
5. does it support dropshippers?
6. what are the fees for merchants? and protection for them?
7. how are products sent to customers protected? is there a tracking system? and guarantee that goods will be delivered to users?
8. does it support international transactions? and what is the information related to customs, etc.?
9. is there an identity verification system? or do users only need to provide their email?

3. Escrow will be added.
5. Yes, I predict our first wave of real users will be drop shippers. We are thinking of making videos and tutorials on how to drop ship using the site.
6. Currently we are taking 1% of all transactions. There is currently no protection for the merchants.
7. There is no protection other than reviews. We will shut down obvious scammers. We will add postal tracking codes and optional escrow to ensure goods are delivered.
8. Theoretically anywhere that can receive mail. It will be at the buyers/sellers discretion when it comes to customs.
9. No identity verification. We are even considering removing the email requirement.

Hello, my brother and I made an ecommerce platform that runs on Bitcoin.
We are currently in testing and would like your thoughts and feedback.
A bit more information and explanation would be nice.
Are you using any third-party websites for ordering and delivering ordered items, or you already own them and sell directly?
It would be better to enable additional checkout for guest accounts, for people who want to purchase something without registering accounts.



We hope to be something like alibaba / aliexpress / amazon. We would like to facilitate others to sell goods through our platform on a large scale.
We aren't using any third parties for buying/selling.
We will look into guest accounts.

Just a quick note but you're missing a forgot password link - might be necessary for some users.

https://talkimg.com/images/2023/10/10/RC7sI.png

Did you build this custom, or through a script - if script be careful about backdoor/zerodays.

Thank you, we will add this in the very next version.
We built this custom with golang. We used minimal third-party libraries but we will audit them regardless.

3. When we go live we plan to use 6 to 8 confirmations and use estimatesmartfee to calculate the fee. We are still researching the best practices. If you have any advice on this it would be greatly appreciated. We also plan to take a percentage on every transaction (maybe 1% to 5%). We will add an informational page explaining this all.
Is there any reason why you set it that high? To prevent double-spending or something else? I second the suggestion to lower it since you don't use a second layer or something similar. I pay with crypto on many platforms and most of them are fine with 1 confirmation. As a buyer, waiting for 1 confirmation is long enough and sometimes can be tiring to do. If I need to wait for 6 confirmations before my order is accepted, I won't ever use your platform at all.

Once funds are deposited onto the website, they can be spent instantly through our internal credit/debit system. Not sure if this is the right approach as we have to hold all the coins which is a security risk.

Hello hyprmall, welcome to the forum!

I think it's good that you are building something for the Bitcoin community. So have you looked at how to let people pay with the Lightning Network yet? I'm interested to hear what the long term plan is for the site's code too. Are you gonna sell it someday as like an e-commerce script? Or is it mostly just for your own store?

Also, letting guest accounts check out without registering seems smart and some folks just don't want to make accounts for everything. It'll be more convenient for them.


Not yet, we will plan to support other cryptos once we have something a bit more stable. We plan to add Monero next.
We are not sure, hopefully, we can make money from the transaction fees. If we can't run it ourselves we will try and sell it or release it open source.
We will try. The way the credit/debit system works is prohibitive to guest accounts. However, perhaps this approach is antiquated.

Thanks again.
The hyprmall team
legendary
Activity: 1568
Merit: 2581
Top Crypto Casino
October 10, 2023, 04:47:33 AM
#16
Hello hyprmall, welcome to the forum!

I think it's good that you are building something for the Bitcoin community. So have you looked at how to let people pay with the Lightning Network yet? I'm interested to hear what the long term plan is for the site's code too. Are you gonna sell it someday as like an e-commerce script? Or is it mostly just for your own store?

Also, letting guest accounts check out without registering seems smart and some folks just don't want to make accounts for everything. It'll be more convenient for them.
legendary
Activity: 2170
Merit: 1789
October 09, 2023, 09:25:02 PM
#15
3. When we go live we plan to use 6 to 8 confirmations and use estimatesmartfee to calculate the fee. We are still researching the best practices. If you have any advice on this it would be greatly appreciated. We also plan to take a percentage on every transaction (maybe 1% to 5%). We will add an informational page explaining this all.
Is there any reason why you set it that high? To prevent double-spending or something else? I second the suggestion to lower it since you don't use a second layer or something similar. I pay with crypto on many platforms and most of them are fine with 1 confirmation. As a buyer, waiting for 1 confirmation is long enough and sometimes can be tiring to do. If I need to wait for 6 confirmations before my order is accepted, I won't ever use your platform at all.
hero member
Activity: 1540
Merit: 759
October 09, 2023, 09:08:51 PM
#14
Just a quick note but you're missing a forgot password link - might be necessary for some users.



Did you build this custom, or through a script - if script be careful about backdoor/zerodays.
legendary
Activity: 2212
Merit: 7064
Cashback 15%
October 09, 2023, 02:59:50 PM
#13
Hello, my brother and I made an ecommerce platform that runs on Bitcoin.
We are currently in testing and would like your thoughts and feedback.
A bit more information and explanation would be nice.
Are you using any third party websites for ordering and delivering ordered items, or you already own them and sell directly?
It would be better to enable additional checkout for guest accounts, for people who want to purchase something without registering accounts.

full member
Activity: 644
Merit: 152
★Bitvest.io★ Play Plinko or Invest!
October 08, 2023, 12:10:19 PM
#12
this is a pretty good project to build an e-commerce website that supports bitcoin as a payment base. however, there are several things that concern me and maybe you can apply them to your website;

1. you should put prices in usd and bitcoin to make it easier for customers to calculate the price of goods, so they don't need to convert on other websites.
2. information on estimated fees for transactions on goods the user wishes to purchase.
3. payment option using escrow for users who want to be more secure in their transactions.
4. if the escrow option is not provided, users should be given an explanation regarding the security of their deposits/withdrawals.
5. does it support dropshippers?
6. what are the fees for merchants? and protection for them?
7. how are products sent to customers protected? is there a tracking system? and guarantee that goods will be delivered to users?
8. does it support international transactions? and what is the information related to customs, etc.?
9. is there an identity verification system? or do users only need to provide their email?
hero member
Activity: 1400
Merit: 674
October 07, 2023, 01:53:24 PM
#11
Judging from the web that you attached after I checked your work, I think you are working on it not up to 40% of the workmanship there are still many shortcomings that exist in your market features. quite a lot of people have given suggestions and comments for what you made here, I think if you work more seriously it is very great and is a good innovation for a market that prioritizes trading home appliance needs using bitcoin, I think you will be a great person if it is like e-comerce in general.


1. We are ideologically opposed to fiat and envision a world where people only use crypto. We want every
transaction in the global economy to go through our platform. Which means no one will have to convert their coins to fiat.       
Hopefully, they can just respend it on hyprmall. We admit this may be naive.

Thank you so much.

People will definitely want to compare the items on your shop with fiat vendors, there are many other participants to online markets besides the end user, like dropshippers, resellers, producers, all of which add value to your commerce activity,

so I think it's essential that you make a fiat representation of your prices at all times, especially when BTC price is volatile, people will expect to know how fast you are updating your quotes in crypto as well...
I agree with you, such features should be added, adding opportunities to increase trading activity and advertising by agents. Of course fiat representation should be included because it is a fairly stable price benchmark to see the true value of goods, and this will make it easier for customers who shop to know the real price, price fluctuations in bitcoin affect and it is quite annoying to calculate the value of an item.
legendary
Activity: 3192
Merit: 1198
Bons.io Telegram Casino
October 07, 2023, 11:03:31 AM
#10

4. Can you please elaborate on what issues you think we will encounter when we go live?
Probably the deposit and the crediting, you should test it yourself and not do this in public to make sure the deposit, crediting, and cart are functioning properly, the worse thing that could happen is getting bad feedback or complaints for not functioning features

Quote
5. Manual deposit and withdrawal at this stage. We are trying to avoid using third-party systems.
If you're going to implement a cron job and it will work properly then it's better than getting a third party.

legendary
Activity: 2016
Merit: 1598
October 07, 2023, 09:33:20 AM
#9

1. We are ideologically opposed to fiat and envision a world where people only use crypto. We want every
transaction in the global economy to go through our platform. Which means no one will have to convert their coins to fiat.       
Hopefully, they can just respend it on hyprmall. We admit this may be naive.

Thank you so much.

People will definitely want to compare the items on your shop with fiat vendors, there are many other participants to online markets besides the end user, like dropshippers, resellers, producers, all of which add value to your commerce activity,

so I think it's essential that you make a fiat representation of your prices at all times, especially when BTC price is volatile, people will expect to know how fast you are updating your quotes in crypto as well...
legendary
Activity: 2968
Merit: 3406
Crypto Swap Exchange
October 07, 2023, 09:31:56 AM
#8
1. We hope to mitigate this by implementing a review and rating system with manual intervention when needed.
In addition to these things, I think it'd be nice to also require sellers to provide a picture that clearly shows the item together with a handwritten note containing their name, the date, and the latest block height number ["this" is how we do it on this forum].

2. Can you please elaborate on these issues?
Sure, I was referring to simplifying the manner in which the tracking and freezing of an assigned address [e.g. one that belongs to a scammer] could be done, in order to stop them from withdrawing their funds [assuming that everything would be on-chain].

BTW, multi-posting is against forum rules [you can respond to multiple users by clicking the "insert quote" button at the top right corner of each post (when you're in the "post reply" field)].
newbie
Activity: 6
Merit: 1
October 07, 2023, 09:25:06 AM
#7
Hello, my brother and I made an ecommerce platform that runs on Bitcoin.
We are currently in testing and would like your thoughts and feedback.

https://hyprmall.com

Thanks, the hyprmall team.

What script are you using for this I signed up and did not get an email verification although I submitted a fake email, the loading is good everything works fine adding items to the cart submitting the address, and confirming the purchase, but it's very different when its live, even if the platform is in the testing stage you should add FAQ and TOS.

I stopped on the purchase step because I don't have enough credit because I cannot and will not deposit, Are the deposit features manual or you are going to use a Bitcoin payment service like Bitpay for your platform?

1. We wrote this ourselves in golang.
2. Thank you, we will add an email verification.
3. Yes, we will add an FAQ and TOS page.
4. Can you please elaborate on what issues you think we will encounter when we go live?
5. Manual deposit and withdrawal at this stage. We are trying to avoid using third-party systems.

If you wish to test the functionality, you can get test coins from a testnet faucet and deposit them into hyprmall.
Please note, all the products are for testing purposes and we are not going to mail them to you.

Thank you for your feedback.
newbie
Activity: 6
Merit: 1
October 07, 2023, 08:43:39 AM
#6
We are currently in testing and would like your thoughts and feedback.
A few notes:

  • I didn't see any preventive measures with regard to adding fake items to the platform in question!
  • I noticed every time I clicked on the deposit/balance button, it gave a different address but IMO, it'd be better if only one address was attached to each user [bad for privacy, but it'd come in handy when certain issues arise].
  • There's no "home" button in the dashboard.

Any plans for adding an escrow system to your platform?

1. We hope to mitigate this by implementing a review and rating system with manual intervention when needed. We will also implement an optional escrow system. Dispute resolution is probably going to be our biggest problem after security.

2. Can you please elaborate on these issues?

3. We will definitely add this.

As above, we plan on making an optional escrow system.

Thank you.
newbie
Activity: 6
Merit: 1
October 07, 2023, 08:22:31 AM
#5
2. When modify "qty" of item on cart, it's weird the page is full refereshed. In addition circle button "X" only reduce quantity by one, rather than remove the item from the cart.
3. There's no page which give information about website/purchase process, such as fees and minimum confirmation requirement.

2. That is really good thank you. We will change the X to a minus sign and QTY to Quantity. We used a server-side session-based cart because that's what I was familiar with.

3. When we go live we plan to use 6 to 8 confirmations and use estimatesmartfee to calculate the fee. We are still researching the best practices. If you have any advice on this it would be greatly appreciated. We also plan to take a percentage on every transaction (maybe 1% to 5%). We will add an informational page explaining this all.
newbie
Activity: 6
Merit: 1
October 07, 2023, 07:48:07 AM
#4
Thank you all for your time. We really appreciate the feedback.
Please note, that we are running on Bitcoin Testnet. Do not use real Bitcoins.

This is an MVP.

All of these notes are excellent and we are going to respond to you individually.

While it's obvious there are many common feature missing, i have few feedback (after checking it for few minutes without creating account)
1. Your website currently only show price of goods on satoshi unit. It'd be great if price (in fiat unit) also displayed.

1. We are ideologically opposed to fiat and envision a world where people only use crypto. We want every
transaction in the global economy to go through our platform. Which means no one will have to convert their coins to fiat.       
Hopefully, they can just respend it on hyprmall. We admit this may be naive.

Thank you so much.
legendary
Activity: 3192
Merit: 1198
Bons.io Telegram Casino
October 07, 2023, 07:30:47 AM
#3
Hello, my brother and I made an ecommerce platform that runs on Bitcoin.
We are currently in testing and would like your thoughts and feedback.

https://hyprmall.com

Thanks, the hyprmall team.

What script are you using for this I signed up and did not get an email verification although I submitted a fake email, the loading is good everything works fine adding items to the cart submitting the address, and confirming the purchase, but it's very different when its live, even if the platform is in the testing stage you should add FAQ and TOS.

I stopped on the purchase step because I don't have enough credit because I cannot and will not deposit, Are the deposit features manual or you are going to use a Bitcoin payment service like Bitpay for your platform?
legendary
Activity: 2968
Merit: 3406
Crypto Swap Exchange
October 07, 2023, 07:11:05 AM
#2
We are currently in testing and would like your thoughts and feedback.
A few notes:

  • I didn't see any preventive measures with regard to adding fake items to the platform in question!
  • I noticed every time I clicked on the deposit/balance button, it gave a different address but IMO, it'd be better if only one address was attached to each user [bad for privacy, but it'd come in handy when certain issues arise].
  • There's no "home" button in the dashboard.

Any plans for adding an escrow system to your platform?
newbie
Activity: 6
Merit: 1
October 07, 2023, 04:33:59 AM
#1
Hello, my brother and I made an ecommerce platform that runs on Bitcoin.
We are currently in testing and would like your thoughts and feedback.

https://hyprmall.com

Thanks, the hyprmall team.

Edit: This is running on Testnet. Please do not use real Bitcoins.
Jump to: