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.
- 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 andganache-cli
for simulating an Ethereum blockchain.
- Docker installed and running.
- Visual Studio Code with the Remote - Containers extension installed.
-
Clone this repository:
git clone <repository-url>
-
Open the project in VS Code.
code <repository-path>
-
Once in VS Code, open the command palette (
Ctrl+Shift+P
orCmd+Shift+P
on macOS) and select theRemote-Containers: Open Folder in Container
option. Choose the repository's root directory. -
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. -
Once the container is running, you're all set! You can start developing within a consistent environment configured for Decentraland development.
8000
: You might use this for local development servers.8500
: Another port you might use for local development.
- 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.
This is an open-source project by the Block Foundation.
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
We'd love for you to contribute and to make this project even better than it is today! Please refer to the contribution guidelines for information.
Copyright © 2023 Stichting Block Foundation. All Rights Reserved.
Except as otherwise noted, the content in this repository is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License, and code samples are licensed under the Apache 2.0 License.
Also see LICENSE and LICENSE-CODE.
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.