Content
@
0 reply
0 recast
0 reaction
Max Jackson
@mxjxn.eth
auctions devlog: My initial plan was to build the app on the deployed Manifold Gallery contracts. But yesterday I decided its gonna be essential for me to deploy my own auction house if this tool is going to generate any revenue. So I pulled the Manifold Gallery auctionhouse contracts off of etherscan and got them set up in a fresh Foundry project. Figured out all the dependencies and updated some import statements and got it building, and started writing some tests. Still have to bring in a Proxy contract so its upgradeable - never used a Proxy before but seems pretty straightforward. I'm gonna put Solidity aside today and keep working on the frames-v2 app. Nothing like the motivation boost you can get from making a nice front-end! I'll reference manifold gallery's contracts in the app until i am ready to deploy my own. I'm much less savvy with Solidity and dont want to give myself too many bumps in the road so early on. Objectives today are to create 2 pages: the create-auction page and the auction page.
1 reply
0 recast
3 reactions
Max Jackson
@mxjxn.eth
contracts project so far: https://github.com/mxjxn/auctionhouse-contracts
0 reply
0 recast
1 reaction