Additionally, how will you maintain the integrity and authenticity of the digital treasures traded on your platform, especially considering the offerings of diverse range of items such as collectibles, Web3 domains, and NFT game assets?
If you check the marketplace, royalty is set by default for all erc721 enumerable support token.
Has far has the token is traded on the platform. Royalty will be paid to the creator.
In scenario where by the creator is no longer with the project we can transfer royalty title to the community address or set the royalty to 0.
But has of now the default royalty is set to 2%
Okay I get you’re trying to build on the network to assist in accelerating its growth. So I would like to know the specific strategies or features you are considering to implement to attract creators and users to the marketplace to ensure its success in facilitating the flow of various types of assets
My opinion too because Tron can boost of more matured NFT market. So, it will make more sense to integrate it to record some usefulness instead of building what will turn out to be a dormant NFT marketplace
I think I have address that here. The idea it to create a platform where NFT can be provided LP just like DEXes. The only difference is this allow NFT holder to use their LP has collateral and borrow btt or wbtt against it.
Also anyone can create a LP and set their own percentage and the duration it should take to for the loan to be paid.
So example let say 0x5A7…D19D create an LP pool for Nuggets collection. And with this he set his interest to 4%, adds 1M Btt to the pool, set a duration of 7 days( which means the borrower has 7 days to pay the load he borrowed from the pool else the borrower NFT is sent to to the pool creator to claim.
Also any pool creator can set how much they will like to give in the LP the created.
Example. If a NFt for a collection i.e floor price is 200k btt. Pool creator can set one price per NFT to 100k btt. This way if the borrower don’t pay back they can claim and sell it for a much higher price.
Before anyone am crashing down. We are this working on it. As it would be a great feature to have. Plus I hope this might change the NFT dilemma and hopes it starts from this network and much hope others copy too.
And no, we don’t have the lending pool ready yet
Thanks for your reply, it’s interesting to note that the WebSocket connection drop is due to the RPC provider rather than your backend.
Have you considered experimenting with different RPC node providers to see if there’s one that offers more stability?
Additionally, are there any other techniques you’re contemplating for dealing with WebSocket connections that could help to mitigate this issue in the long run?
So currently I the only know publicly available websocket is this “wss://bittorrent.drpc.org”
Other RPC node like rpc.bittorrentchain.io or rpc.bt.io don’t seem to have websocket. We tried them all.
Currently we are using the good old jsonprovider to path through the latest block and does another recheck on the backend (using a different node so it doesn’t conflict with the ongoing checks) to make sure no blocks is missed, this is done by check the last 500 blocks with our database to make sure event has been processed correctly and not missed.
Okay to answer your question with how or best way to deal with wss dropped, is try and listen to drop or errors from the RPC. If you are using web3js.
provider.on('end', () => retry())
provider.on('error', () => retry())
End is when the websocket connection close.
Error= error ( not much to explain)
And once the connection drop reconnect.
Thanks for your reply in so such a notice, as you seemingly may have noticed already, it took me over an hour to process, research, and understand your reply fully.
And, it appears that you have thoroughly investigated various WebSocket solutions before settling on utilizing the jsonprovider as a workaround. Your solution of monitoring for WebSocket drops or faults and initiating a retry mechanism is a practical way to address the problem.
Have you noticed any improvements or drawbacks with this method compared to the WebSocket connection?
As of now it stable not issue yet
Telegram community Link>
for those interested in this project
The concept of maintaining ownership of an NFT in one’s wallet even while it’s listed for sale is innovative and provides a sense of security and control to the users. I have this question that I will like to ask
What processes will you implement to make it easy for creators to list their digital assets without compromising on security or user experience?
Am not sure if I understand. But anyone and everyone can list any NFT from any collection.
Visit the rooni.art Website search the collection address ( in my NFTs section you will be able to see the NFT you owns for that collection. )
But if the collection is whitelist. You will be able to see the NFT you own on the wallet page.
amazing will you deploy on tron also???
aaaand how do you plan to differentiate yourself from your other NFT platform competitors?
It’s nice to hear that your current strategy has been solid and problem-free thus far. Stability is critical for creating a seamless user experience, especially in a marketplace where dependability is important.
Are you planning to implement any proactive measures to safeguard the stability and performance of your platform as it grows and evolves?
we are still working on improving the marketplace in various terms, but for the old vercel link is active incase the domain went down or user have issue with the current DNS with Rooni.Art .
Plus i dont think our site will be going offline anything soon. our current server will expire in 2027 February.
on Bittorent, and has far as i know, we are the only NFT marketplace, with competition i dont that matters to us much, since we are working on bring Finance to NFTs too. You can read that here>
Rooni by Team RedWilly & Shadowkite - The Very First NFT Marketplace on BitTorrent Chain - TRON Hackathon / Hackathon Season 6 - TRON DAO Forum
and i think with these features we might set the bar high for all future nft marketplace to come.
It’s nice to know that you have backup measures in place, such as keeping the old Vercel link operational in case of domain or DNS troubles. In addition, setting your server to expire in 2027 gives a stable foundation for your marketplace’s operations in the foreseeable future.
Are there any specific parts of the platform that you are focusing on improving as you continue to develop it?
Hei, is there some URL I could hook up to? Something like testnets.bttcnft.com/collection/some-collection-name or via address https://testnets.bttcnft.com/assets/testnet/0xfa126759b427eae40a20fb3bf4019704ce7d23ca/1
These URLs would be compatible with OpenSea for example.
Anyway my hackathon entry would benefit for being able to open NFT via a link (on bttc testnet)… would be cool to integrate two hackathon projects
Yeah I think we can have a testnet version.
Probably by the end of the week