https://github.com/block-foundation/docker-decentraland-devcontainer
Decentraland devContainer
https://github.com/block-foundation/docker-decentraland-devcontainer
block-foundation blockfoundation decentraland devcontainer docker ethereum mana metaverse
Last synced: 5 months ago
JSON representation
Decentraland devContainer
- Host: GitHub
- URL: https://github.com/block-foundation/docker-decentraland-devcontainer
- Owner: block-foundation
- License: cc-by-sa-4.0
- Created: 2023-08-05T06:57:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T17:59:57.000Z (about 2 years ago)
- Last Synced: 2025-09-04T19:49:27.801Z (9 months ago)
- Topics: block-foundation, blockfoundation, decentraland, devcontainer, docker, ethereum, mana, metaverse
- Language: HCL
- Homepage: https://www.blockfoundation.io
- Size: 632 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
- Security: .github/SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
[](https://github.com/block-foundation/brand/blob/main/LICENSE)
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/block-foundation/brand)
[](https://hub.docker.com/r/blockfoundation/decentraland-devcontainer)
[](https://hub.docker.com/r/blockfoundation/decentraland-devcontainer)
[](https://hub.docker.com/r/blockfoundation/decentraland-devcontainer/tags)
[](https://hub.docker.com/r/blockfoundation/decentraland-devcontainer)
---
Decentraland devContainer
Block Foundation Docker Containers
---

### Contents
- [Introduction](#introduction)
- [Colophon](#colophon)
---
[](https://github.com/block-foundation/docker-decentraland-devcontainer/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=bug_report.yml)
[](https://github.com/block-foundation/docker-decentraland-devcontainer/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=feature_request.yml)
[](https://github.com/block-foundation/docker-decentraland-devcontainer/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=question.yml)
[](https://github.com/block-foundation/docker-decentraland-devcontainer/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=suggestion.yml)
[](https://github.com/block-foundation/docker-decentraland-devcontainer/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=discussion.yml)
## Introduction
This development container is built specifically for Decentraland development. It provides a pre-configured environment with Node.js, the Decentraland SDK, and essential Ethereum development tools, making it easier to get started with creating experiences in Decentraland.
## Features
- **Node.js**: The base for running and building projects.
- **Decentraland SDK**: Enables creating scenes and experiences for the Decentraland platform.
- **Ethereum Tools**: Includes `truffle` for smart contract development and `ganache-cli` for simulating an Ethereum blockchain.
## Getting Started
### Prerequisites
- [Docker](https://www.docker.com/products/docker-desktop) installed and running.
- [Visual Studio Code](https://code.visualstudio.com/) with the [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension installed.
### Steps
1. Clone this repository:
``` sh
git clone
```
2. Open the project in VS Code.
``` sh
code
```
3. Once in VS Code, open the command palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on macOS) and select the `Remote-Containers: Open Folder in Container` option. Choose the repository's root directory.
4. The container will build based on the provided `Dockerfile` and launch. It might take a few minutes the first time as it downloads and configures the environment.
5. Once the container is running, you're all set! You can start developing within a consistent environment configured for Decentraland development.
## Forwarded Ports
- `8000`: You might use this for local development servers.
- `8500`: Another port you might use for local development.
## Extensions Included
- ESLint: For linting JavaScript code.
- TSLint: For linting TypeScript code.
- EditorConfig: Helps maintain consistent coding styles.
- Prettier: Code formatter.
Remember, the specifics provided here are based on the earlier `Dockerfile` and `devcontainer.json` examples. You might need to adjust content based on your actual configuration or additional features you include.
---
## Colophon
### Authors
This is an open-source project by the **[Block Foundation](https://www.blockfoundation.io "Block Foundation website")**.
The Block Foundation mission is enabling architects to take back initiative and contribute in solving the mismatch in housing through blockchain technology. Therefore the Block Foundation seeks to unschackle the traditional constraints and construct middle ground between rent and the rigidity of traditional mortgages.
website: [www.blockfoundation.io](https://www.blockfoundation.io "Block Foundation website")
### Development Resources
#### Contributing
We'd love for you to contribute and to make this project even better than it is today!
Please refer to the [contribution guidelines](.github/CONTRIBUTING.md) for information.
### Legal Information
#### Copyright
Copyright © 2023 [Stichting Block Foundation](https://www.blockfoundation.io/ "Block Foundation website"). All Rights Reserved.
#### License
Except as otherwise noted, the content in this repository is licensed under the
[Creative Commons Attribution 4.0 International (CC BY 4.0) License](https://creativecommons.org/licenses/by/4.0/), and
code samples are licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
Also see [LICENSE](https://github.com/block-foundation/community/blob/master/src/LICENSE) and [LICENSE-CODE](https://github.com/block-foundation/community/blob/master/src/LICENSE-CODE).
#### Disclaimer
**THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**