374 comments found.
Hello Link-well
i have looked to yor admin backend panel and i really don’t understund the backend admin panel how the settings are work because there is only a option about admin commison how will the admin make money with this ? do you need to be a member to opensea to get commision or how is this all working ??
Hello Arti, Admin can set his commission and can earn the profit through our platform https://image.prntscr.com/image/ajXgmN4qS72U0hmfclQdCA.png the earning can be withdrawn from your wallet https://image.prntscr.com/image/ajXgmN4qS72U0hmfclQdCA.png .
do you need to be a member to opensea to get commision or how is this all working ?? >> Its not required to be member to opensea.
At first, their team was flooded with requests, the released the product unfinished, but they quickly listened and released a polished version of the product with semi decentralization features. The fact that you can deploy a full marketplace experience with this code bundle is impressive. The team is quite supportive and intellectual. This is not a “code igniter” PHP install.. this is a fully modular JS application that’s super awesome and with all the shit these guys get, They really deserve 100000000000 million more times credit. Thanks Link-well. You delivered beyond expectation. And for
noobs who don’t know how to write, deploy or install contracts and software, Hire a dev.

Hello Affendi, We are there to provide our support for our all clients with custom works , deployment !
I setup it successfully on my server. But how can I add NFT items to my collection?
I don’t see the “Add Item” on my page like what I saw on your Demo website. There’s only Publish item on dropdown menu.
Hi Mario, https://image.prntscr.com/image/ajXgmN4qS72U0hmfclQdCA.png please check here !
Hi, I sent you the server access details via email. Please check!
yes we are checking with it
Do you have telegram instead skype? How much to install our token in bsc? Is there any dark light feature and can follow between users?
Hello Oolav, we are available in email and skype . Will update you asap
I sent you email pls check
There is 2 skypes which one are you?
Will check and reply you!
Please check your support email
Hello Shougan, Yes we have received your email will check and update you!
please check your email again, thankyou
Yes shougan , checking with the details shared by you.
Hi linkwell, any update ?
Hi ,Will update you ASAP on it !
do you support ERC 1155? with admin only minted function?
Yes we can customize it !
also i cannot find any login in the demo website. Where i can create users?
can you please email us support@linkwellsystems.com so that shall send you the reference in email !
unable to connect the metamask, MetaMask is not connected to this site. To connect to a web3 site, find and click the connect button.
Hello Baharun, You can connect with metamask once you visit the weblink , can you please share the screenshot of the issue you face to support@linkwellsystems.com
i want to purchase it can you please tell me i want to be it with erc 1155 and also i want that only admin can mint the token?
Yes you can customize it !
can you send me with erc1155 and only owner can mint it?
how do i demo this app keeps on saying “choose proper blockchain”
Please use rinkeby in metamask and then try without the script
Do you support binance smart chain
yes our script supports BSC if required can customize it!
When is the next update to fix the bugs I discovered? Also when is the sell function and cancel listing function going to make an update, are we talking days, weeks or months here?
In Planning phase as of now !
I want to buy script but I need to know how long before Sell button is added before purchasing.
Might be later ! Not sure about its releasing dates.
How much would it cost to add that to my purchase?
What are the admin logins once the application is installed on the server?
???
you can use the demo credentials once after deployment in the server .
not working.
hi…does this support all kinds of nfts?
Hello Rahul, Could you please be more specific about the kind of NFTs? As our script support images ,videos ,gifs .
does the script support music files, games, domain names? .
can it be connected with polygon?
Yes our script supports with Ploygon can customize it !
any other faster way to connect with you?
you can skype or email us to support@linkwellsystems.com
Please read all my feedback as i may add value to the bugs being discovered at the least and would be following the progress as i do intend to purchase it
Yes Midoelmelegy, We are making note of your points and fixing it and will update you once done!
Thanks
Bro still did not get it to work online. I can’t get the application to be accessible from the internet. I can curl command from the terminal but it does not load up when I visit the IP address. I installed Nginx and still did not work.
Please make a quick video showing how you connected the front end to a domain with SSL
Can you please share us your email ID to send video installation please to support@linkwellsystems.com
I just emailed you
Hi guys do you know why i have this error like this—> https://prnt.sc/26qpu63 every transfer asset is not recorded to the blockchain
Yes shougan will update you
please do respond, because 9 days ago i have and error and you are said will update to me, but never comeback to respond the error until today
We are facing issue in shared video can you email us the details to support@linkwellsystems.com
exports.generateHash = function(req,res) {
var symbol = req.body.name.replace(" ", "_")
var symbolsol = symbol+'.sol';
var command = 'sh generate.sh '+symbol + ' "' + req.body.name + '" ' + symbolsol;
cp.exec(command, function(err, stdout, stderr) {
if(err) {
res.json({
status: false,
message: err.toString().split('ERROR: ').pop().replace(/\n|\r/g, "")
});
return
}
fs.readFile('/var/www/html/nftmarketplace/backend/'+symbol+'.bin', 'utf8' , (err, data) => {
if (err) {
res.json({
status: false,
message: err.toString().split('ERROR: ').pop().replace(/\n|\r/g, "")
});
console.error(err)
return
}
res.json({
status: true,
message: 'generate abi successful',
result:data
});
})
});
}
exports.getABI = function(req,res) {
var symbol = req.query.name.replace(" ", "_");
fs.readFile('/var/www/html/nftmarketplace/backend/'+symbol+'.bin', 'utf8' , (err, data) => {
if (err) {
res.json({
status: false,
message: err.toString().split('ERROR: ').pop().replace(/\n|\r/g, "")
});
console.error(err)
return
}
res.json({
status: true,
message: 'abi information successful',
result:data
});
})
}
Are you trying to edit any files ?
no, but i have problem with every transfer asset is not recorded to the blockchain, and the picture is not recognize as ipfs file ?
IPFS needs to be customize
can you please share us your server details via email : support@linkwellystems.com to check
hi guys we sent you an email, regarding this issue, please take a look ASAP, thankyou
can you make a video showing how you deployed the application to a production server? You can do it on Rinkeby and I’ll follow the steps for production mainnet.
Are you editing the Nginx config file with parameters for API page, Admin panel & front end? I only have been able to get Nginx to listen to 1 of the ports. Not all 3 ports. (Admin, Frontend & Backend API webpages)
when I got Nginx to listen to http://localhost:5002 (frontend marketplace), It only forwarded to the IP address, not the domain name. I had setup the domain name on the VPS side & the domain broker. So my question are: How do I get Nginx to listen to all 3 ports and forward them onto 1 domain 2 subdomains (marketplace.com, api.marketplace.com, adminzxc2312axc123.marketplace.com) ?
I also wanted to point out that when the frontend application was running on the server and it was accessible from the IP address, The application was performing very bad. It was running very slow with all loaders. It also did not load the profile once i logged in through metamask. How do i resolve this issue?
Do I have to setup a metamask CLI to get metamask auth to work?
Please make a video where you configure a VPS for production deployment so it can clear the obstacles.
Thanks
also what is the admin logins to get in the adminpanel when you install? How do you create an admin user if there is not one already created?
Will check and update you
any updates?
We require sometime as we’re checking Affendi
Are you editing the Nginx config file with parameters for API page, Admin panel & front end? I only have been able to get Nginx to listen to 1 of the ports. Not all 3 ports. (Admin, Frontend & Backend API webpages)
>>> we will use pm2 for adminpanel - 5001 port , and backend API - 5000 port . we will use nginx for frontend - (80 port) only because we will compile and make a build from frontend and we move to public_html folder.
Nice work. Can we use it with any EVM blockchain or just with Ethereum? If not, can you customize it?
Yes we can customize it let me check
How can we best reach you guys?
you can reach us via email to support@linkwellsystems.com