You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
I didn't include the auction feature in the initial milestone, but I have added the auction functionality.
Any additional information
The smart contract is deployed to Topos testnet, and the frontend is also deployed on Vercel for immediate testing through the UI. The database is in a usable state.
Due to the limitation of retrieving event logs 1000 blocks at a time using the json-rpc of the topos testnet's public chain, the performance is currently suboptimal. Currently, it takes > 3 minutes for functionalities where event logs are retrieved from the blockchain. For example, when you click the UPDATE button (update owned NFts) or ACCEPT button (accept bid price), the process begins asynchronously; however, if you perform another action without waiting for Metamask to respond, there is a potential risk of encountering errors in Metamask operations.
Affected areas:
07-accept-bid.md
10-update.md
The text was updated successfully, but these errors were encountered:
kazpot
changed the title
[Milestone 2 Submission]:
[Milestone 2 Submission]: CollectiVerse
Dec 9, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Project title
CollectiVerse: Uniting Creators and Collectors in the NFT Space
Link to grant application issue
#10
Milestone submission
Milestone 1
Milestone 2
Milestone 3
Link to the open-source code/delivery
https://github.com/kazpot/collectiverse
License
APACHE2
Documentation
https://github.com/kazpot/collectiverse/tree/main/docs
Further documentation
Tests for critical functions
https://github.com/kazpot/collectiverse/tree/main/test
Other milestone deliverables
Any additional information
The smart contract is deployed to Topos testnet, and the frontend is also deployed on Vercel for immediate testing through the UI. The database is in a usable state.
Frontend URl:
https://collectiverse-anon.vercel.app/
Exchange Contract Address: 0x3039131DCC9512FfA5683343b9080A5203599c6E
CollectiVerse NFT Contract Address: 0xb038da8fCF59d03a08FB31f4939C7d02E0adE114
Performance Issue
Due to the limitation of retrieving event logs 1000 blocks at a time using the json-rpc of the topos testnet's public chain, the performance is currently suboptimal. Currently, it takes > 3 minutes for functionalities where event logs are retrieved from the blockchain. For example, when you click the
UPDATE
button (update owned NFts) orACCEPT
button (accept bid price), the process begins asynchronously; however, if you perform another action without waiting for Metamask to respond, there is a potential risk of encountering errors in Metamask operations.Affected areas:
The text was updated successfully, but these errors were encountered: