Archive: CREATING A PEER TO PEER MARKET PLACE FOR
Budget
2500$
per month
Posted: 5 years ago
Closed
- Description
- Scope Of project :
Frontend php, java, back end NODEJS
laravel framework,
Please on no account should u use NOSQL , and the use on MongoDB framework
POINTS TO CONSIDER WHEN CREATING THE SITE
1. Blockchain Layer/ MULTIPLE COINS
Lets jump into the bitcoin/blockchain part. Important components here are:
* Generate bitcoin addresses for users,
* Receive payments,
* Send out bitcoins
* Confirm incoming transactions after n confirmations
2. The peer to peer marketplace part
Create offers/ads
Markets connect buyers and sellers and offers are the central objects that let them discover each other. Set your rules here. These decisions will affect everything and can dynamically change the marketplace culture and economy.
* Are payment methods hard-coded?
* Will you allow users to dynamically create new payment methods? Drop down or Stackoverflow tagging system approach?
* Set payment window time? I.e 90 minutes for buyer to complete payment or 3 days for a check?
* BTC price premium? I.e 10% over the average price across all exchanges?
* Which users can see which offers? I.e only logged in users with at least 10 completed trades, etc…
Additionally have all the CRUD (create, read, update, delete) operations for the offer and all the business logic like updating price every 10 minutes, activating, deactivating and so on.
The trading part
When users decide to accept an offer and begin a trade they are essentially in a live instant messaging session that has a process flow. With every point reached there are different rules and logic.
* Start trade
* Mark trade as paid
* Complete trade
* Auto-cancel trade
* Cancel trade by user
* Dispute trade
* Leave feedback
For all these mentioned trade actions the business logic has to be extremely well thought through and code written well with all edge cases taken into account. Otherwise you can end up with adding balance twice, deleting accidentally records or simply break database schema. Not to mention that the entire process must MAKE SENSE to a first time buyer and guide them through step by step. This process cost us quite a few hairs on our heads. Good luck!
Trade live chat
This is a lot deeper than it may seem and depends how fancy you want to get. Are you going to use primitive AJAX long polling or 3rd party plugins like Pusher, Firebase or your own solution with web sockets, XMPP and OpenFire or abstractions like Faye or Converse.js. Consider also that you need moderator messages in case of dispute and anything else you see there.
File Upload and video
Media is an integral part of the trade process. Sellers want ID, receipts pictures and sometimes even a live video feed. Building these is tough but securing them doubles the complexity. We suggest going with the leading third parties here to avoid keeping any such media on your servers. Security first!
Feedback system
This is another critical part to keep your platform fair, safe and scammer free. The rules here have an EXTREME impact on market dynamics as reputation is the beating heart of any free market. What decisions shall you make? Leave feedback for every trade or per trade partner? Our approach is to leave feedback to every trade and a reply can be left too. In case of dispute a loser can’t leave feedback. We listened to our traders and built the feedback system for them. Win Win Win!
Reporting capabilities for any historical data/actions
That is what your users would require from you. Some of the power sellers will be doing alot of trades and need to report their profits, trades to their government and tax authorities. Make data generation and exporting very convinient for them. For historical data users want to see their completed trades, activity ledger, transactions ledger, generated bitcoin addresses and any other historical data there might be. This is a huge project in and of itself. A whole startup could be built helping pro traders track profits.
Backend admin for website health.
Because you are probably in custody of users funds you surely want to know at any moment how much bitcoin is kept in your system and what is total bitcoin balance, users balances in database, active trades, history and anything you can think of and you want to see it in real time.
Cold Storage
Lets not forget cold storage! Set watch addresses for your cold storage and think of procedures that you have to follow to refill hot wallet/move funds to cold storage. This is another deep topic and worthy of a long guide.
Advertisement page
This is one critical part of the system , as u have to create an advert for user to be Able to post trade , in this option users will have the ability to create a trade for multiple coin, how will you make that work ? How will u be able to control user from creating more than 3 advert ? What limit of advert do you want users to have ? And when they don’t have Btc , or any other coin will their advert post ? Can they post it ? What about converting each coin to have an updated price(I would like to earn ??? Current bitcoin marketprice is 7 832,73 USD.I'm selling for 8 224,37 USD per bitcoin.I will get 105% of iTunes card value.I will earn 391,64 USD for every bitcoin I sell)? will you use bitstramp? What about updating over 300 payment method for users to chose from ? Who can create trade ? Will trade show if they have no Btc? Payment window? How long can user post trade for before it cancel ,? Trade limit( how much are users willing to buy )? Who can post trade ? must all account be photo verified before they can post ? Okay I am selling alone must I verify sms and photo before I can ?
What each table will contain
1. homepage
2. Dashboard - (subtitle) your Trade
————Pending trade
————Cancelled trade
————Completed trades
————Your advertisement
———— Referral link and Referrals list ( showing referral link for user to refer friends and option for them to see the referred list) NOTE: each person get 0.01 after his referred list have trade at list $1000 dollars of any coin
4. Account ———————————
settings under settings you have this) -
———— profile(Account settings- password update , currency update, first name , last name, icon for image ) ,
———— security ( google authentication) , verification( id verification( international passport or driving license only, national ID card ) ,phone number verification) ,
———— Activities and transactions Last account activities ( showing users sign in, ip log in etc )
———— Notifications ( New trade opened, Messages from trade, Trade is paid, Someone viewed my profile, Someone viewed my offer, Trade cancelled/expired) there should be an option for user to click on the notification he needs , either to phone or email or to both
5. Wallet
———— list of the coins
———— deposit
———— withdrawing
———— Transactions history for both deposit and withdrawer for the 5 coins
6. notification bar on the right hand ( showing notification icon with sound to always alert users if there is a new trade)
7. Chat board —
here goes how the trade works .. holding escrow
7. Feedback
This are feedback system you would be creating to enable users live feedback for each other
8. Dispute
This should be available 30 minutes after trade ( there should be a count down of dispute immediately trade start) .. for users to be able to make a dispute if users aren’t responding after payment
9. Post an Offer
———— New Advert (page)
10. PROFILE PAGE SHOWING THE USERS PROFILE
KEY POINT TO NOTE
———— List of coin we will be trading
Bitcoin, Bitcoin Cash, Bitcoin Gold, Bitcoin SV, Litecoin, Zcash, Stellar, and Dash only.\
———— Security: cloud fare , and other security
————— integration of live chat, chat bot service for customers (service will be taking from Intercom.com) ( will provide details for login)
————- Account setting : you will need sms notification, 2 factor code , passport or other identity verification system
————- Api : bitgo.com (will provide details for api)
———— Real Time Messaging : web sockets, XMPP and OpenFire or abstractions like Faye or Converse.js.
———— Escrow : Escrow service must be active to take people coins for safety
———— Backend security : very importer to keep user balance safe
_________ Security : cloud fare and please don’t use NOSQL,
———— Notification by email: Notifications ( New trade opened, Messages from trade, Trade is paid, Someone viewed my profile, Someone viewed my offer, Trade cancelled/expired, account funded ) there should be an option for user to click on the notification he needs , either to phone or email or to both
ive notifications from trade
Please on no account should u use NOSQL , and the use on MongoDB framework
———— What will be on right side drop down menu
profile
Dashboard
Account
Wallet
Post an offer —— new advert
Invite Friends — invite link
Contact support ———— link goes to support.coinatik.com
Sign out
FYI : this aren’t all……. work with this and lets see how it goes
Working conditions:
Fixed Price
$1k-$2.5k
Skills:
php,asp.net mvc,node.js,laravel
- Category
Similar freelance jobs
$7
Hi Robert P. , I noticed your profile and would like to offer you my project. We can discuss any details over chat....
1 year ago
"Hello, I need to create a website based on a . psd design file. Please also specify the timeframe within which you can complete this. Technical requirements: Layout (not pixel-perfect, but close to it) Responsiveness (the website should properly adapt to different screen sizes and devices) Clean code......
1 year ago
Project Title: Delphi Code Feature Creation Using delphi: Check to see if this already exsits, if not: create a shedulled task to start my program on PC startup with highest permissions, with no password or prompt. program is called for example: C:\Program Files (x86)\Myfolder\myprogram. exe If it already......
1 year ago
I want to create a program for customers and sellers to be able to use, to create a template for there artwork and be able to size them to there specific needs. And be able to download them as pdf or png files. This program will benefit the clothing industry with the industry i am in....
1 year ago
Hi, I am not quite sure if what I am asking is possible but within my University degree there is a calculator program which only works on the HP Prime prime calculator, I own a Casio fx-CG50 AU. I was hoping to have this program converted into a format which is compatible with my Casio calculator, all......
1 year ago
I am looking for a skilled C++ developer to help with a real-time object detection system for my project....
1 year ago
Project Title: Correct Rcpp armadillo code Overview: I am seeking a skilled developer to fix a compilation error in my Rcpp armadillo code. The code is currently throwing a compilation error, and I need it to be resolved promptly. Requirements: - Proficient in Rcpp and armadillo library - Strong understanding......
1 year ago
Project Description: - I am looking for a freelancer who can combine all the columns of 2 rows with similar values in Telerik Reporting. - The combined data needs to be displayed in a table view. - Ideal skills and experience for this job include: - Proficiency in Telerik Reporting. - Strong understanding......
1 year ago
$250
Bonjour Dmytro M. , j'ai remarqué votre profil et je souhaite vous proposer mon projet. Nous pouvons discuter des détails via le chat....
1 year ago
Hello, I am looking to develop a unity soccer game with moves like score hero 1. Map with 1-3 stars achievments 2. engine to make the goals like i want 3. smooth game play 4. IAP , shop , buy lives 5. lives to play 6. finger smoothness touch 7. the level will be added automticlly to the map 8. rewind......
1 year ago
Project Title: Bootloader For Renesas RL78 mcu Description: I am looking for a skilled developer to create a bootloader for the Renesas RL78 mcu. The ideal candidate should have experience with Renesas RL78 mcu and be familiar with the development environment. bootloader code is ready need help for run......
1 year ago
I am using EMA´s (50/75/100/200),two Stoch (5/5/5 and 5/3/3), RDX Indicator and the Indicator "The Arty". For Short Positions the Prive has to be under the 200 EMA (the 100EMA under 200, 75 under 100, 50 under 75, NOT crossing) and for Long Positions over the 200 EMA ( 100 over 200, 75 over 100, 50 over......
1 year ago
My project involves using an Emotional Stroop Task to measure and assess attentional bias towards emotional stimuli. To do this, I will be using the Drift Diffusion Model which is an analytical model to study the human decision making process. My study will need to include 90 participants in order to......
1 year ago
I'd like to extract tables from pdf invoices files. At this stage i really only want the products that are in the tables on the invoices. The only information i would like from the invoices is supplier date (received) location received. Within thetables i require stock code, product item, the unit measurement......
1 year ago
Im creating a config using 'openbullet 1. 4', everything added successfully, due i have 3 years of using openbullet, but this request i never faced it before!...
1 year ago
This position is responsible for verifying data quality reports and queries, correcting errors and also tracking them....
1 year ago
We are currently looking for developer to contact us on developing integration/plugin for below listed platform. Please drop me message on which plugin you're able to develop. Please send similar plugin portfolio of your previous work. The plugin need to ready for uploading to marketplace . ActiveCampaign.......
3 year ago
Similar freelance jobs
- Freelance jobs for Web Developer
- Freelance jobs for Database Developer
- Freelance jobs for Software Developer
- Freelance jobs for System Developer
- Freelance jobs for Game Developer
- Freelance jobs for Mobile App Developers
- Freelance jobs for QA & Testing specialist
- Freelance jobs for embedded software developer
- Freelance jobs for CRM & ERP developer