-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'floornfts:main' into main
- Loading branch information
Showing
9 changed files
with
154 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Mint Ingestor: <Platform Name> | ||
|
||
### Functionality Supported | ||
* Ingesting from URL: Yes / No | ||
* Ingesting from Contract address: Yes / No | ||
* Supported Networks: Base / Ethereum / Arbitrum / Zora / Polygon / Others.. | ||
|
||
### Before you submit | ||
- [ ] Ensure your generated MintTemplate works 😄 | ||
- [ ] Ensure that your code is restricted to a single folder in `src/ingestors` | ||
- [ ] Ensure that all required assets are included (e.g. ABIs) | ||
- [ ] Ensure ABIs are trimmed to include only methods (1) used in the ingestor or (2) required to mint | ||
- [ ] Ensure that all exported methods are prefixed with the name of your ingestor e.g. `myMintingPlatformGetContractDetails` | ||
- [ ] Ensure that a test exists for generating a MintTemplate that will always succeed | ||
- [ ] Ensure that your code accesses **no external resources** except those passed in the `resources` object |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters