Hive Members and Other Friends
Assalamu Alaikum. I hope you are all well and working hard in your respective jobs. Anyway, the only fun in working is when you enjoy it. Today's post is very important to me because before writing this post, I had to work hard to be able to write it. That is, this post will consist of a few words or a few lines, but a lot of hard work went into writing these few lines.

Vyldo Freelancing Platform
Vyldo is a paid freelancing platform, and its payments will be made through the Hive blockchain, a decentralized system. Its fees will also be much lower compared to other platforms. It will be launched soon, as you can guess from the title of my post. It has already been created, and I am currently testing it myself along with a few friends. Once the testing is complete and any mistakes or bugs are fixed, it will be launched publicly for users to use.
Clearly Mention
And I want to tell you that my purpose in creating this platform is not to compete with any other platform. The platforms that already exist are also good. I just want to bring a good platform from my side. There may also be freelance platforms on the Hive blockchain, but I have no competition with anyone I just want to create something new.

Vyldo Open For Testing
Open For Testing This platform is available for testing. You can view it through this link.
Before opening this link, please read the Note paragraph below in full.
Vyldo Freelancing Platform
Note
This platform is almost ready, but it is still being tested and any mistakes or bugs that appear are fixed. If you test it, if you see any problems, you can tell us in the comments below that there is a problem with it, and it will be fixed soon.
This platform will not collect any kind of information from you. The second thing you should do is open this platform in guest mode that is, do not open it in the Chrome profile where your other passwords are saved. It’s not that the platform is insecure; it has received a high security score. However, since it is still in the testing phase, there is a small possibility that if any mistake exists, hackers could try to exploit it. Although it has been designed with strong security and cannot be easily scripted, user safety always comes first. Therefore, open it in guest mode in a separate Chrome guest profile and when signing up with your email, do not use the same password that you use on other platforms or apps. My advice is to always set a unique password for every platform or app. This way, if any platform’s data is ever compromised, your other accounts remain safe. Many people use the same password everywhere, but I strongly recommend not doing that. Especially for this platform, create and use a new password of your own. Also, the admin will not have access to your password and cannot see what you have set. Passwords are stored in encrypted, hashed form meaning even the team cannot view them. They can suspend your account if necessary, but they cannot access your password. Since passwords are stored as hashes, even if any data were stolen, it would be useless. This hashing process is used to enhance security but still, you should always set a new, unique password.
Features of This Platform
1. Authentication & Users


- User registration
- Login/logout
- Profile management
- Profile completion tracking
- Hive account integration
2. Gig System
- Create gigs with 3 packages
- Upload images
- Categories & subcategories
- Edit/delete gigs
- Soft delete
3. Order System
- Create orders with requirements
- Upload requirement images (max 5)
- Real blockchain payment verification
- Re-payment option
- Order delivery (seller uploads files)
- Accept delivery (buyer confirms)
- Order completion
- Order cancellation
- Status tracking (6 statuses)
- Quick filter tabs
4. Payment System
- Real Hive blockchain verification
- Escrow-based payments
- Platform fee calculation (deducted from total)
- Unique memo generation
- Transaction verification
- Duplicate prevention
- Amount verification
- Escrow account check
- 100% secure - no scams possible
5. Dashboard
- Active orders count
- Total gigs
- Available balance (from completed orders)
- Total earnings
- Buyer/seller toggle
- Quick actions
6. Wallet
- Available balance (completed orders)
- Pending earnings (active/delivered orders)
- Total earnings
- Transaction history
- Beautiful gradient UI
7. Withdrawals
- Request withdrawals
- Shows available balance
- Shows pending withdrawals
- Shows total withdrawn
- Withdrawal history
- Status tracking
8. Reviews
- Submit reviews (rating + comment)
- Update gig rating
- Update seller rating
- Display reviews
- Prevent duplicates
9. Messaging
- Direct user-to-user chat
- Message history
- Real-time conversations
- Character limit
- Contact from gig page
10. Security
- Real blockchain verification
- Memo format validation
- Transaction uniqueness
- Amount verification
- Escrow account check
- Authorization checks
- Status validation
- No scam loops possible
- No fake transactions
- No duplicate payments
Complete Order Flow
1. CREATE ORDER
- User selects package
- Fills requirements
- Uploads images (optional)
- Makes payment on Hive
- Enters transaction ID
↓
2. BLOCKCHAIN VERIFICATION
✓ Memo format valid
✓ Transaction unique
✓ Memo unique
✓ Transaction exists on blockchain
✓ Sent to vyldo-escrow
✓ Amount matches exactly
✓ Memo matches exactly
↓
3. ORDER ACTIVE
- Seller sees order
- Seller starts work
- Earnings: Pending
↓
4. SELLER DELIVERS
- Uploads files
- Adds message
- Status → Delivered
↓
5. BUYER ACCEPTS
- Reviews delivery
- Clicks "Accept Delivery"
- Status → Completed
↓
6. PAYMENT RELEASED
- Earnings → Available
- Shows in dashboard
- Shows in wallet
- Can withdraw
↓
7. BUYER REVIEWS
- Rates seller (1-5 stars)
- Writes review
- Updates gig rating
- Updates seller rating
Money Flow
Order: 100 HIVE
↓
Platform Fee (9%): 9 HIVE
Seller Earnings: 91 HIVE
↓
Order Completed
↓
Dashboard: +91 HIVE
Wallet: +91 HIVE
↓
Request Withdrawal: 91 HIVE
↓
Admin Approves
↓
HIVE Sent to Seller
Security Features
Payment Security:
Real blockchain verification
No fake transactions
No duplicate transactions
No wrong amounts
No wrong accounts
No script attacks
No scam loops
100% secure
Order Security:
Authorization checks
Status validation
Role-based actions
Buyer/seller verification
Duplicate prevention
User Experience
For Buyers:
Browse gigs
Search & filter
Select packages
Make secure payments
Re-payment if error
Track order progress
Receive deliveries
Accept/reject work
Leave reviews
Cancel pending orders
Message sellers
For Sellers:
Create gigs (3 packages)
Upload images
Receive verified orders
See requirements
Upload deliveries
Get paid securely
Track earnings
Request withdrawals
Message buyers
Build reputation
Platform Pages
Public Pages:
- Home
- Browse/Search gigs
- Gig detail
- Seller profile
- Login/Register
User Pages:
- Dashboard
- My Gigs
- Orders (with 6 status tabs)
- Wallet
- Withdrawals
- Messages
- Profile/Settings
Order Pages:
- Checkout
- Order detail
- Payment verification
- Re-payment modal
What Makes This Platform Secure
1. Real Blockchain Verification:
// Connects to Hive blockchain
const response = await fetch('https://api.hive.blog', {
method: 'POST',
body: JSON.stringify({
method: 'condenser_api.get_transaction',
params: [transactionId]
})
});
// Verifies:
✓ Transaction exists
✓ Sent to vyldo-escrow
✓ Amount matches
✓ Memo matches
✓ Currency is HIVE
2. Database Constraints:
// Unique constraints
payment.transactionId: unique
payment.memo: unique
// Prevents:
❌ Duplicate transactions
❌ Duplicate memos
❌ Reuse attacks
3. Server-Side Validation:
// All checks on server
✓ Cannot bypass from client
✓ Cannot manipulate
✓ Cannot script attack
Everything that has been said about the platform above has been told about its security. I have made this platform very secure on my part, that is, I believe that user security is the first step. For every platform, a link has also been given to you above. You can open it and test it. If you encounter any problems, you can tell me in the comments below. It is not yet publicly released, but it has been made public for testing.
My previous Post
Several days before this post, I made another post in which I mentioned that I was building this platform. The things discussed in that post are quite different from this one because initially, the entire platform was supposed to be built on the Hive Blockchain. For that, as the data on the blockchain increased, we would have needed to expand the server. If we had to install a server and create a database anyway, I thought why not build our own? The first reason was that the posts made on the Hive Blockchain would not look right to other users. If users kept posting repeatedly both for comments and for gigs every time creating a new post, in my opinion, it would go against the purpose of Hive. It wouldn’t look good because most of the content would then be related to freelancing, making it pointless. So, I removed that idea and moved it here instead.Also, if I hadn’t done it through posts and had used a custom JSON on the Hive Blockchain instead, it would have been quite difficult for me to track everything. Therefore, I needed to set up a proper server, and if I had to do that, I might as well create my own database. So, I decided to build my own server and database. That’s why this post is a bit different from the previous one, and as a result, its features have also changed which has made it easier for me to add more functions to the platform.
Platform Images














I have worked hard to create the Match platform. I know it is not that good, but I have tried my best and have made it very good. I have created it alone, no one has contributed to it. I have high hopes for you in creating it. I need your support for this.
Open This Link For viewing and Testing
Vyldo Freelancing Platform
Need Your Support For
- Domain Buying
- VPS
Please Support This Project
@vyldo
Thanks For Reading and Testing am waiting your comment.
Hi there! Is this some kind of hackathon project? :)
Hey @engrave 😊
No, it’s not part of any hackathon. I’ve been building Vyldo on my own it’s a complete freelancing platform that uses the Hive blockchain for payments. Right now it’s in testing mode, so I posted it here to get some feedback and fix any small bugs before going public.
Thanks for checking it out! Would love to hear your thoughts if you give it a try.