# POSHERA TOOL DEVELOPMENT BREAKDOWN
## 1. Quick Buy Tool
### Scope of Work
- Step to implementation
- Develop a website for POSHERA tools
--> We should be able to run all tools on the POSHERA website, meaning we have to create a **webapplication** rather than a website (front & backend).
--> Working with a login service linked to a holder wallet should allow us to implement all tools on the same webapplication resulting in cost reduction
- Develop a quick buy automation tool
--> Should simply be a script that scrapes a specific opensea collection, performing requests rapidly. No additional user data should be stored as the requests should happen from anyone being logged in on the webapplication.
- Integrate all relevant parameters to function properly with Opensea and Metamask
- Timeline
- Development of frontend webapplication, including existing website
--> 2 weeks
- Development of (basic) backend webapplication, including Metamask login functionality
--> 6 weeks
- Development of Quick Buy Automation Tool
--> 8 weeks
- Budget Breakdown
- Hosting webapplication including database on Azure could become quite expensive, but $50 - $100/month is reasonable for other hosting services as well
- Loan of those developing
- DevOps account (basic edition is free iirc)
## 2. Auto Mint Tool
### Scope of Work
- The same webapplication will be used for login purposes
- The actual tool should be implemented together with Quick Buy as most of the code is basically going to be the same
- +4 weeks for implementing the auto mint code in the existing Quick Buy application
## 3. Reveal Sniping Tool
### Scope of Work
- The same webapplication will be used for login purposes
- Rarities of NFT's should be implemented in the smart contract, which eliminates the creation of a specific algorithm.
- Timeline
- Development of Reveal Sniping Tool
--> 8 weeks
## 4. Mass Bid Tool
### Scope of Work
- The same webapplication will be used for login purposes
- Like all others, a Metamask integration is required for placing the actual bids
- Timeline
- Development of Mass Bid Tool
--> 6 weeks
# Comments
With all these different tools, it may be a nice idea to try integrating opensea collections on our own website rather than having an external tool being loaded on opensea. Having everything pulled to our end would make the usage for all users a lot easier, but that makes us more volnurable to external attacks.
# Comments 2.0
## -