Skip to content
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

Create classifieds market #38

Closed
alcueca opened this issue Dec 5, 2019 · 0 comments · Fixed by #74
Closed

Create classifieds market #38

alcueca opened this issue Dec 5, 2019 · 0 comments · Fixed by #74
Assignees
Labels
new New feature or request reusable Contract to be reused in other implementations

Comments

@alcueca
Copy link
Contributor

alcueca commented Dec 5, 2019

Start by using a fixed price buy/sell market as for AB. Please write it from scratch instead of reusing their contract and name everything as for a craigslist classifieds board.

The mechanics are:

  1. The market works with a currency token, like Issuance.sol.
  2. Someone puts a buy or sell advert. There is no description or anything for the advert, just an address as a payload.
  3. The payload address conforms for an ERC721 contract interface.
  4. The buy part puts in escrow an amount of the currency token, for the sell part the ownership of the ERC721 payload is what is put in escrow.
@alcueca alcueca self-assigned this Dec 5, 2019
@alcueca alcueca added the new New feature or request label Dec 5, 2019
@alcueca alcueca removed their assignment Dec 6, 2019
@alcueca alcueca changed the title Create market Create classifieds market Dec 6, 2019
@alcueca alcueca added the reusable Contract to be reused in other implementations label Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new New feature or request reusable Contract to be reused in other implementations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants