-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Implement strategy_any_item_from_collection_for_fixed_price contract #83
Comments
Hi @0xandee i can work of this. |
Hi @Gift-Naomi! |
Hi @0xandee I can work on this |
am available to work on this this issue is aim at creating contract that allow the sell of any item at fix price. so we will have the following function
|
Hi @mubarak23! |
2 similar comments
Hi @mubarak23! |
Hi @mubarak23! |
Hi @ShantelPeters! |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedam a Cairo smart contract developer with experience working on projects such as Just Art Peace, Dojo, Kart, TBA, and Shinigami. Before transitioning to Cairo development, I was a backend developer specializing in Rust. My recent work with cairo starknet
How I plan on tackling this issueI intent to handle via the following flow
Storage:
Unit Tests: Duration: |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am front end developer with 6 years experience. How I plan on tackling this issueI would approach this issue with following steps |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI've wrote several Cairo contracts before, both from scratch and porting code from Solidity. I am aware of the latest Cairo updates, so I can write the up-to-date code. How I plan on tackling this issueI will check the README on how the strategies work, than take an existing strategy as a reference, create a new file for the new strategy, and implement the code. |
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI am a smart contract developer How I plan on tackling this issueI would start:
|
The maintainer 0xandee has assigned mubarak23 to this issue via OnlyDust Platform. |
This strategy will allow buyer can set a fixed price, then any NFT holder can insant sell at that price.
Read more on
README
,marketplace/deployment.ts
andstrategy_standard_sale_for_fixed_price.cairo
for references and to understand more how strategy works with marketplace contract.Example feature image:
The text was updated successfully, but these errors were encountered: