DAOTask/models/diagram1.uml

23 lines
430 B
Plaintext
Raw Permalink Normal View History

2024-01-09 23:05:00 +00:00
@startuml
package "YEW DAPP" {
[Fetch NFTs URIS] -d-> [Display NFTs]
[Ethers-web] -u-> [Fetch NFTs URIS]
[Fetch Assets from EthersURI] -d-> [Display NFTs]
[Pin All IPFS Assets] -u-> [Fetch Assets from EthersURI]
[Pin All IPFS Assets] <-d- [Helia]
}
cloud "Ethereum" {
[ERC721]
}
cloud "IPFS"{
[NFTs Image Assets]
[URI Properties Assets]
[YEW Assets]
}
[Helia] <-d- [IPFS]
[Ethers-web] -d-> [Ethereum]
@enduml