Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentraland-scenes/nft-wall-example-scene
Displaying NFTs and information about them using a JSON file.
https://github.com/decentraland-scenes/nft-wall-example-scene
decentraland
Last synced: about 1 month ago
JSON representation
Displaying NFTs and information about them using a JSON file.
- Host: GitHub
- URL: https://github.com/decentraland-scenes/nft-wall-example-scene
- Owner: decentraland-scenes
- Created: 2020-05-08T23:25:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T20:10:22.000Z (over 4 years ago)
- Last Synced: 2024-08-05T15:04:43.449Z (5 months ago)
- Topics: decentraland
- Language: TypeScript
- Homepage:
- Size: 14.6 MB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Repository - NFT Wall - swap-wall.gif" width="200"> | Display a collection of 2D NFTs in picture frames, these swap every few seconds, taking data from a JSON file. | (Examples / Monetization and Blockchain)
README
# NFT Wall Example Scene
Displaying NFTs and information about them using a JSON file. The NFTs also swap out after several seconds.
_demo of nft-wall-example-scene running in preview._
![demo](https://github.com/decentraland-scenes/nft-wall-example-scene/blob/master/screenshots/nft-swap-wall.gif)
This scene shows you:
- How to display NFTs in picture frames
- How to lay out the picture frames based on data from a JSON file
- How to open a custom UI## 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.
**Scene Usage**
Click on the NFT art to open a UI with additional info.
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.