374 comments found.
The fronted install does not work at all. The backed works though. The ng serve command throws all sorts of errors. I have installed all these Web3 cli Nodejs : 12.x + MongoDB : 4.x + Angular : 11.x +
Still does not work.
What to do?
Can you please tell me how did you install? What Linux version did you use. What libraries did you install nodejs, angular, node install, npm, ng etc. Can you send me detailed instructions please. I will duplicate it here.
I followed all your steps in the documentation I could not get the frontend to work.
I retract the above 2 posts. I managed to compile the scripts. I had the wrong version npm installed. All good now. Thank you.
Hello Haja, If any assistance required please email us to support@linkwellsystems.com we shall check and update you ASAP
These guys are probably still a small team but honestly they have been consistent with helping with issues and deployment so props to them. The fact that this software is even available when you have teams like opensea or rarible that have 600 engineers working on their marketplace… Yes this software is missing a lot of features and yes the software is very vulnerable regardless of deploying behind a “secure server” or not, the system has many vulnerabilities but if you’re really looking to build a full marketplace experience, this is the fastest way to get a scaffold you can take and break and build on top of.
Thinkwell team is solid thanks alot for all the help I’m a lifetime support customer no doubt. Give these guys some time they can address almost any issue.
**LinkWell
Still have not responded to my email ?
Thanks for responding please also let me know about NSFW asap. This is something LinkWell should think about for the next update. P.S. when is the next update coming?
how to block NSFW content from uploading ?
Also please respond to my email.
Will check and update you ASAP
?
This looks amazing. Is it possible to create a NFT bulk upload script? So I can provide access to just Pro subscribers?
Hi Link-will, I looking for initial setup for admin user , in order login to admin panel and create more users and categories, by any chance do you have an insert data script.
Let me check and send you the instruction ASAP! Else you can share us yout server details, cPanel, domain name , SSH root access, infura details to support@linkwellsystems.com
may i ask do you supply the marketplace.sol code in the project directory? Want to be able to get the marketplace contract code.
Moment let me check and update you!
This should be just a simple yes, the marketplace contract is the heart of the product and surely the contract has to be launched first before any sales on the marketplace can happen so I ask again in your script do you provide the marketplace.sol contract sourcecode or not? Want to be able to edit that and inspect it.
how do i disable email requirement?
Where do you mean affendi?
when someone signups with metamask they are redirected to their profile creation page. they are required to provide their first name, last name, email address to be able to login… how do I disable these requirements? users should only be required to login with their wallet not a web2 method.. Forcing people to leave their email defeats the purpose.
Its asking you for the metamask login and its creation
If you want to disable the features of it then we need to customize it !
hi make offer dose not involve wallet action and having 0 money i can make offer of an any amount buy is not doing any action on wallet
will check and update you ! May I know which network you are trying with ?
Hello Codecow, Please try new NFT in our demo now its working fine !
now buy is working but why i can bid even i have 0 balance, it should sginin metamask to confirm the bid and to confirm if i have money
In your website when click Create bottom why did not show anything ? No any action . Is this problem on demo ? https://linkwellsystems.com:3005
Please do select rinkeby network and try with collection creation
I want create Collection but Gives a message ”Token is not valid”
Can you please share the screenshot via email to check !
how do I edit the text inside the tables for the trade history? change the output text from admin_commission to something else?
Let me check and update you!
As of now you cant edit the text from backend if required you can edit it directly from the source code of the script .
the text available is in activity.component.ts file and view.component.ts file
Please check you admin demo, data not showing up any more for users, collection, items, categories and offers. Working on the change requirement and need to take screenshots of some of the visuals in admin but not data. Please check your admin demo.
Hello Mideo, can you please share us the screenshot to our email support@linkwellsystems.com
Pls check your email
demo is working again
As we checked its working fine! At times it might be due to demo server .
“Replace example.com with your domain”
there is no example.com, it’s all a bunch of localhost:<port>
Should I be treating this like there is a proxy in front? Should I be doing <domain>:5000 and <domain>:4200? Should I be erasing the ports? I don’t wanna spend too much time finding out.
Documentation doesn’t quite make sense. I wish these were environment variables.
You say Docker is needed but I really wish this was all in a Dockerfile 
It’s a good product but this cannot be followed through in current state.
Please explain documentation/screenshot vs. code inconsistency. Thank you.
Hello Kraken, If required we shall deploy in your server else can send you the video reference can you please email us to support@linkwellsystems.com
“Go to ./backend/module/comment/route/settings.js from application root directory. and comment or remove following line”
This is also a typo. It’s ./backend/module/common
That was fun to find out. Hope it helps others.
Can you please share us your server details we shall check and resolve it
Another bad instruction: G.3. Run “pm2 start ‘npm run dev’—name backend”
should be ‘frontend’.
Go to ./adminpanel from application root directory in terminal
should be ./admin
also since you’re asking reader to cd into the folder, there is no need to tell useless commands:
“Go to ./adminpanel/src/app/constants/config.ts “
Should be “Go to ./src/app/constants/config.ts
too much copy and paste not enough useful documentation. I cannot give compliments like others because I know you gave up on this part.
Kraken, All the services are working in docker env but we have not used docker for frontend, backend , adminpanel – we are using docker for other purposes
We are ready to assist you in deployment , please email us your server details
Lol okay don’t delete .bash_history, sending server details now.
Okay Kraken, Please share us the details via email
Sent 30 mins ago.
Hi guys, i sent you customization inquiry yesterday, is there any update ?
Yes Shougan will share you the efforts ASAP!
please chack your email, thankyou
Yes shougan , have replied to your email!
Sorry wanted to check, the nfts are showing up on Opensea testnet but images are not loading, do you support image uri in your cobtracts? Why are all nft images not showing up on other marketplace even though the nfts name and collections name are showing?
Can you please send us the screen shot to support@linkwellsystems.com to check and update you.
Sent by email too
The link you have shared is from Opensea , please let us know if you face any issue in our script crypto trades https://linkwellsystems.com:3005/
On the smart contract your script creates for the nft it does not support token uri?
Our script supports it, but our application doesnt support erc20 token so far! If require we can customize it
The images should show on opensea since you are using token uri in the contract as you mentioned. Not sure why erc20 is required to show the token images of the minted nfts on external marketplace.
All nft contracts are not verified on etherscan, do you intend to include that source code or have no plans to make these contracts public?
Asking these questions so I can ensure my change requirements email includes all the stuff you say can customize
If you want to make it public you can take it to explorer and put your code in to it and make public using verify and publish option provided there.
Ok, so the code for that new nft contract created by the script is where exactly?
You mentioned take the code and verify it on etherscan, where is the code stored? The code should have metadata details of the token URI address as you mentioned above that you support it on the contract level?
We create the contract systematically using openzepplin
Thanks that makes sense.
May I also ask as you support docker, do you also support kubernetes? For clustering
Yes our script supports and requires docker . For clustering we can customize it!
Thanks for all your replies link-well.. will include in my change requirements email
1. wanted to know timeline for sell button as well as the bug fixes. Any updates coming up soon?
2. Do you have plans to include item auctions? So there is two ways to sell either fixed price or auction.
3. Do you plan to support more than metamask? Like Wallet connect, portis and trust wallet.
4. Any plans for support Ticketing system?
5. I know you support more than one network but is it possible to have the option on the frontend for users to choose their network? So that the platform supports more than just one network.
6. Please reconsider adding the ability to import other nft projects into the platform from the admin panel. This is to allow the users to list their own nft like punks or mooncats on to the platform fromtend and list them. The idea is to compete with opensea since this is an opensea design inspired script.
7. Any plans to include gas free minting? Just sign a message rather than pay fees for creating collection and publishing nft as well as reselling it? Let the buyer pay the gas instead of the seller or creator.
7a. Allow creators to reduce listing price or cancell listing all together preferably gas free.
Hello Midoel, Thanks for sharing for your valuable points , We have noted the points . But at the moment we arent in plan of releasing updates!
Can this be a paid customisation?
Yes Midoel, You can write up an email to support@linkwellsystems.com with the list of features you prefer to have along with our script , we shall review and come up with the time & cost efforts.
Noted thanks, will put change requirements in an email to you.
Surething ! shall look forward to your email!
How much to have installed?
Hello Plex, we shall assist you with installation !Kindly email is to support@linkwellsystems.com with your server,cPanel, SSH root access, Domain name details .
AA++ support. Responsive people, clear communication, no confusion in the process. Big thank you and would buy again!
Thanks Cplex for your kind words! Also can you please write us an email to support@linkwellsystems.com for further communications
hi guys, any update of my issue ?
Hello Shougan , Team is reviewing will update you ASAP!
Hi there First of all, I would like to congratulate you for this beautiful design. I will buy after a few questions. 1-I have a token in my own bsc network, can I sell on this site with my own bsc token? I don’t want eth 2-haz fees, can I use bsc gas fee instead? 3-Is there an admin panel, to which address the incoming fees will be collected and how the management will be provided, can I get a link? 4-When you want to create nft for music, there is an option to send only pictures. Is it possible to add mp3 or mp4? Also, can I add animated gif images? Can I use bsc scan instead of 5-eth scan? Can a fee be added to 6-mint nfts, excluding fee fees (the cost of producing nft is 5 dollars + fee, etc.) 7- what does the extended license cover 8- Is there any extra payment other than $169?
Hello Atax, Thanks for reaching us ! Let me review your queries and update you !
Hello Atax, Please find the comments for your queries,
1-I have a token in my own bsc network, can I sell on this site with my own bsc token? I don’t want eth
>> yes you can. but it requires to be customized . If you want us to do send us how we can access the token.Is there any api to access to it?
2-haz fees, can I use bsc gas fee instead?
>> yes you can change Binance chain .
3-Is there an admin panel, to which address the incoming fees will be collected and how the management will be provided, can I get a link?
>> Yes our script is with admin panel , wherein all your admin commission can be set and withdrawn from your wallet with respective of each transaction.
4-When you want to create nft for music, there is an option to send only pictures. Is it possible to add mp3 or mp4?
Our script support creating NFT for music you can mint with MP3, MP4 we can customize it.
Also, can I add animated gif images? >> Yes you can mint animated GIF images >> Yes you can use BSC scan instead of eth it requires additional time to integrate it.
Can a fee be added to 6-mint nfts, excluding fee fees (the cost of producing nft is 5 dollars + fee, etc.)
>> >> can you please be more specific on this query.
7- what does the extended license cover >> >> you can use the script in 2 domains
8- Is there any extra payment other than $169?
>> >> for customization we are charging addition other than $169
Please give me your telegram address. send me ataxcoin@gmail.com. I want to know the additional prices for customization
Can you please email us to support@linkwellsystems.com