docker-polkadot-node
Polkadot Node Docker Image
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Keywords
Repository
Polkadot Node Docker Image
Basic Info
- Host: GitHub
- Owner: block-foundation
- License: cc-by-sa-4.0
- Language: HCL
- Default Branch: main
- Homepage: https://hub.docker.com/orgs/blockfoundation
- Size: 668 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
- Releases: 0
Topics
Metadata Files
README.md
Polkadot Node
Block Foundation Docker Containers

Contents
Introduction
Welcome to the Block Foundation's Polkadot Node Docker Image Repository! This repository embodies our dedication to open-source development and our commitment to making blockchain technology accessible and straightforward for everyone.
Polkadot, for those unfamiliar, is a sharded, scalable, interoperable, and secure network protocol for the next web generation. It provides an environment for connecting multiple chains together in a single network, enabling them to process transactions in parallel and exchange data efficiently. Docker, on the other hand, is a leading platform used for automating the deployment, scaling, and management of applications within containers.
This repository houses a Docker image that has been specifically designed for the effortless operation of a Polkadot Node. By leveraging the advantages of Docker, this image simplifies the process of setting up and running a Polkadot Node, thereby making the power of the Polkadot network accessible to a broader audience.
Within this repository, you'll find the Dockerfile used to build the image and step-by-step instructions on how to deploy and run the Docker image. We wholeheartedly encourage everyone to use this image, contribute towards its development, and share their insights to help improve it.
By providing this tool, we hope to reduce barriers to participation in the world of blockchain technology and align it with our broader mission of revolutionizing the architectural and real estate sectors. Every contribution, no matter its size, brings us closer to our shared goal of a more inclusive, sustainable, and technologically advanced future.
We are thrilled to have you here and look forward to your valuable contributions to the Block Foundation community. Thank you for being a part of this exciting journey towards a more decentralized future!
Setup
Environment Variables
You can pass a number environment variables to configure the node
Flags
| Environment Variable | Flag | Description |
| ------------------------------- | ----------------------- | ----------- |
| POLKADOT_ENABLE_DEV | --dev | Run in development mode; implies --chain=dev --validator --key Alice |
| POLKADOT_ENABLE_LIGHTCLIENT | --light | Run in light client mode |
| POLKADOT_NO_TELEMETRY | --no-telelmetry | Should not connect to the Polkadot telemetry server (telemetry is on by default on global chains) |
| POLKADOT_TELEMETRY | -t --telemetry | Listen to all RPC interfaces (default is local) |
| POLKADOT_VALIDATOR | --validator | Enablevalidator mode |
| POLKADOT_RPC_EXTERNAL | --rcp-external | Listen to all RPC interfaces (default is local) |
| POLKADOT_WS_EXTERNAL | --ws-external | Listen to all Websocket interfaces (default is local) |
Options
| Environment Variable | Flag | Description |
| ------------------------------- | ----------------------- | ----------- |
| POLKADOT_BASE_PATH | -d --base-path | Specify custom base path |
| POLKADOT_BOOTNODES | --bootnodes | Specify a list of bootnodes |
| POLKADOT_CHAIN | --chain | Specify the chain specification (one of krummelanke, dev, local or staging) |
| POLKADOT_DB_CACHE | --db-cache | Limit the memory the database cache can use |
| POLKADOT_EXECUTION | --execution | The means of execution used when calling into the runtime. Can be either wasm, native or both. |
| POLKADOT_IN_PEERS | --in-peers | Specify the maximum number of incoming connections we're accepting |
| POLKADOT_KEY | --key | Specify additional key seed |
| POLKADOT_KEYSTORE_PATH | --keystore-path | Specify custom keystore path |
| POLKADOT_LISTEN_ADDR | --listen-addr | Listen on this multiaddress |
| POLKADOT_LOG | -l --log | Sets a custom logging filter |
| POLKADOT_MAX_HEAP_PAGES | --max-heap-pages | The maximum number of 64KB pages to ever allocate for Wasm execution. Don't |
| POLKADOT_MIN_HEAP_PAGES | --min-heap-pages | The number of 64KB pages to allocate for Wasm execution initially. |
| POLKADOT_NAME | --name | The human-readable name for this node, as reported to the telemetry server, if enabled |
| POLKADOT_NODE_KEY | --node-key | Specify node secret key (64-character hex string) |
| POLKADOT_PORT | --port | Specify p2p protocol TCP port |
| POLKADOT_PRUNING | --pruning | Specify the pruning mode, a number of blocks to keep or "archive". Default is 256. |
| POLKADOT_RESERVED_NODES | --reserved-nodes | Specify a list of reserved node addresses |
| POLKADOT_RPC_PORT | --rpc-port | Specify HTTP RPC server TCP port |
| POLKADOT_WS_PORT | --ws-port | Specify WebSockets RPC server TCP port |
| POLKADOT_TELEMETRY_URL | --telemetry-url | The URL of the telemetry server. Implies --telemetry |
Resources
- https://hub.docker.com/r/parity/polkadot/
- https://hub.docker.com/r/ajcrowe/polkadot
- https://github.com/paritytech/polkadot/blob/master/doc/docker.md
- https://wiki.polkadot.network/docs/maintain-sync
- https://albertocevallos.medium.com/setting-up-a-polkadot-node-the-easy-way-3a885283091f
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.
Owner
- Name: Block Foundation
- Login: block-foundation
- Kind: organization
- Email: info@blockfoundation.io
- Location: Netherlands
- Website: https://www.blockfoundation.io
- Repositories: 105
- Profile: https://github.com/block-foundation
The Block Foundation mission is enabling architects to take back initiative and contribute in solving the mismatch in housing through blockchain technology.
Citation (CITATION.cff)
cff-version: 1.2.0
title: Block Foundation - Docker Images - Polkadot Node
version: 0.0.1
date-released: 2023-07-01
url: "https://github.com/block-foundation/docker-polkadot-node"
message: >-
If you use this software, please cite it using
the metadata from this file.
type: software
authors:
- given-names: Lars Bastiaan
family-names: van Vianen
email: lars@blockfoundation.io
affiliation: Block Foundation
orcid: "https://orcid.org/0000-0002-8790-8630"
GitHub Events
Total
- Delete event: 1
- Issue comment event: 2
- Pull request event: 2
- Create event: 1
Last Year
- Delete event: 1
- Issue comment event: 2
- Pull request event: 2
- Create event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 5 months
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (7)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- azure/docker-login v1 composite
- docker/bake-action v2 composite
- docker/login-action v2 composite
- docker/metadata-action v4 composite
- docker/setup-buildx-action v2 composite
- docker/setup-qemu-action v2 composite
- ubuntu 22.04 build
- jacogr/polkadot-js-apps latest
- parity/polkadot latest
- parity/polkadot v0.9.13 build