Skip to content
Draft
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
5 changes: 5 additions & 0 deletions Ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ talk time:
- websiteUrl: nft.external_url

async:
main proxy: 0x100b8361baa522d69df839f0089fa1728aaa1aa8
code: 0xd65530a562c37c0b9cf97a49adef88097ad926a9
main art contract: https://etherscan.io/address/0xb6dae651468e9593e4581705a09c10a76ac1e0c8
preorder tx: https://etherscan.io/tx/0xc2f7ee082c2568d9540652558dbfc0f7c5b8748770fd47fe9958f153d554f47d
redeem tx: https://etherscan.io/tx/0x1ffac9aa1d2df0ebd1a3419f5fecef448cfa475857b9fb492bd2ef7cd7243edf
- basically each new master is minted with an nft with json metadata that links to all the layers and stems
- everything should be doable just from on-chain+ipfs metadata
- likely need a pinning and audio processing phase to ensure high quality api though
Expand Down
11 changes: 6 additions & 5 deletions OPERATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ yarn save-db

Drop the database:
```bash
yarn connect-db-root
```
and then
```sql
drop database web3_music_pipeline;
yarn drop-db
```

Restore the database:
```bash
yarn restore-db
```

Reset the db (both 2 above):
```bash
yarn reset-db
```

## SQL Queries

```sql
Expand Down
Loading