1.2.1 • Published 1 year ago

assetprovider.sol v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

assetprovider.sol

IAssetProvider

IAssetProvider is the interface which allows smart contracts to provide image assets for other smart contracts to use.

We assume there are three types of asset providers. 1. Static asset provider, which has a collection of assets (either in the storage or the code) and returns them. 2. Generative provider, which dynamically (but deterministically from the seed) generates assets. 3. Data visualizer, which generates assets based on various data on the blockchain.

Note: Asset providers MUST implements IERC165 (supportsInterface method) as well.

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

2 years ago

1.0.0

2 years ago