Skip to content
Open
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
7 changes: 7 additions & 0 deletions docs/SeaportDocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,13 @@ contract ExampleContractOfferer is ContractOffererInterface {
}
```

**Security Note:**

This `ExampleContractOfferer` is intentionally simplified and is **not** a secure
reference implementation. Production contract offerers must carefully consider
authorization logic, reentrancy risks, state consistency, and validation of all
external inputs.

Remember to create a [Seaport Improvement Protocol (SIP)](https://github.com/ProjectOpenSea/SIPs) proposal for any novel Seaport app.

## Bulk Order Creation
Expand Down