Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentraland-scenes/museum_template
A simple generic virtual museum for displaying NFT art
https://github.com/decentraland-scenes/museum_template
Last synced: about 1 month ago
JSON representation
A simple generic virtual museum for displaying NFT art
- Host: GitHub
- URL: https://github.com/decentraland-scenes/museum_template
- Owner: decentraland-scenes
- License: apache-2.0
- Created: 2022-06-24T20:43:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T19:35:12.000Z (9 months ago)
- Last Synced: 2024-08-05T15:05:00.827Z (5 months ago)
- Language: TypeScript
- Size: 14.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Repository - Default Museum - template.png" width="200"> | A simple generic museum to display NFT art and a few common additional features. | (Examples / Full Scenes)
README
# Museum Template
A simple generic virtual museum for displaying NFT art
![](screenshot/screenshot.png)
This scene shows you:
- How to add NFT picture frames
- How to add a streaming video
- How to add a POAP booth
- How to add external links
- How to organize the scene's content into neat modular components that are easy to change from a config file## Try it out
**Install the CLI**
Download and install the Decentraland CLI by running the following command:
```bash
npm i -g decentraland
```**Previewing the scene**
Download this example and navigate to its directory, then run:
```
$: dcl start
```Any dependencies are installed and then the CLI opens the scene in a new browser tab.
Learn more about how to build your own scenes in our [documentation](https://docs.decentraland.org/) site.If something doesn’t work, please [file an issue](https://github.com/decentraland-scenes/Awesome-Repository/issues/new).
## Copyright info
This scene is protected with a standard Apache 2 licence. See the terms and conditions in the [LICENSE](/LICENSE) file.