Skip to content

block-foundation/docker-decentraland-devcontainer

GitHub License devContainer Docker Pulls Docker Stars Docker Image Version (latest semver) Docker Size


Block Foundation Logo

Decentraland devContainer

Block Foundation Docker Containers


Block Foundation Containers

Contents



Report a Bug Request a Feature Ask a Question Make a Suggestion Start a Discussion

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

Steps

  1. Clone this repository:

    git clone <repository-url>
  2. Open the project in VS Code.

    code <repository-path>
  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.

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

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 for information.

Legal Information

Copyright

Copyright © 2023 Stichting Block Foundation. 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, and code samples are licensed under the Apache 2.0 License.

Also see LICENSE and 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.