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

stake out SIPs 11 and 12 #14

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions SIPS/sip-11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
sip: 11
title: Interface for Seaport App Marketplace Adapters [provisional stub]
description: A consistent interface for contract offerers that interface with other marketplaces.
author: 0age (@0age), Daniel Viau (@djviau)
discussions-to: https://github.com/ProjectOpenSea/SIPs/discussions/
status: Draft
type: Standards
category: Interface
created: 2023-07-21
requires: 5, 6
---

## Abstract

This SIP will outline the standard practices for implementing adapters that interface with other marketplaces.

## Motivation

TODO

## Specification

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 and RFC 8174.

### Requirements

TODO

### Interface

TODO

### Substandards

TODO

## Rationale

TODO

## Backwards Compatibility

As a newly proposed standard there is no issue with backwards compatibility.

## Test Cases

TODO

## Reference Implementation

TODO

## Security Considerations

TODO

## Copyright

Copyright and related rights waived via [CC0](../LICENSE.md).
62 changes: 62 additions & 0 deletions SIPS/sip-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
sip: 12
title: Interface for Seaport App Flashloan Offerers [provisional stub]
description: A consistent interface for contract offerers that provide flashloans as part of their functionality.
author: 0age (@0age), Daniel Viau (@djviau)
discussions-to: https://github.com/ProjectOpenSea/SIPs/discussions/
status: Draft
type: Standards
category: Interface
created: 2023-07-21
requires: 5, 6
---

_This document is currently WIP. Please suggest improvements or changes in the discussions-to link above._

## Abstract

This SIP will outline the standard practices for implementing flashloan offerers as Seaport Apps.

## Motivation

TODO

## Specification

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 and RFC 8174.

### Requirements

TODO

### Interface

TODO

### Substandards

TODO

## Rationale

TODO

## Backwards Compatibility

As a newly proposed standard there is no issue with backwards compatibility.

## Test Cases

TODO

## Reference Implementation

TODO

## Security Considerations

TODO

## Copyright

Copyright and related rights waived via [CC0](../LICENSE.md).

Check failure on line 62 in SIPS/sip-12.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Files should end with a single newline character

SIPS/sip-12.md:62:61 MD047/single-trailing-newline Files should end with a single newline character
Loading