#Bitdevs Latino en Español online, Nos juntamos todos los siguientes Bitdevs:
BitDevs Madrid BitDevs Barcelona CDMX BitDevs BitDevs Córdoba Santiago BitDevs BitDevs GDL (BTC GDL) BitDevs El Salvador BitDevs BA
- No se permiten fotografías, vídeos o grabaciones de audio
- Nos adherimos a "the Chatham House Rule"
- Mantener el enfoque en Bitcoin y tecnologías afines; no se permite la promoción de otras criptomonedas.
- Mutear tu mic si no estás hablando.
- Respetar los tiempos de intervención, tratar de ser concis@
- Sugiere temas para el siguiente Seminario Socrático! ¿Donde encontrar temas para futuros seminarios?
Grants y entrenamiento: B4OS
- mempool.space
- clarkmoody.com
- utxo.live
- bitcointreasuries.net
- stratum.work
- non standard txs dataset
- mining centralization index
To clone this website and start contribuiting follow the next mini-tutorial:
We use Simple Zola site for hosting all of the links from meetups past and future.
Before you begin, ensure you have the following installed.
-
Zola: The static site generator used for this project. Version
0.17.2or higher is recommended. -
Trunk: A command-line tool for checking, formatting, and linting the codebase. It needs to be installed on your local machine.
For macOS and Linux, you can install it by running the following command in your terminal:
$ curl -LO https://trunk.io/releases/trunk $ chmod +x trunk
For other systems, please refer to the official installation documentation.
- Clone the repository:
$ git clone https://github.com/LibreriadeSatoshi/bitdevs-lat.git $ cd bitdevs-lat - Run the setup script to check for dependencies:
$ chmod +x setup.sh $ ./setup.sh
- Run the local development server:
$ zola serve
- Open your browser and navigate to
http://localhost:1111.
This project uses Trunk to ensure all code is formatted correctly and free of linting errors. Before committing any changes, please run the following command to check your code:
$ ./trunk check .To add a new event, create a new Markdown file in the content/events/ directory. The filename must follow the format YYYY-MM-DD-title-of-the-event.md.
At the top of the file, you must include the following frontmatter:
+++
title = "Socratic Seminar 123"
template = "post.html"
date = YYYY-MM-DD
[extra]
meetup_id = "optional-meetup-id"
+++
## Topics
- Link to topic 1
- Link to topic 2
- Link to topic 3After the frontmatter, you can write the content of the post using standard Markdown.
We welcome contributions! To contribute, please follow these steps:
- Fork the repository.
- For new features or bug fixes, please use the Git Feature Branch Workflow. Create a new branch from
main(e.g.,feature/my-awesome-featureorfix/bug-description). - Make your changes and ensure you run
trunk check .to format the code and catch any linting issues. - Commit your changes. We recommend using Conventional Commits for clear and consistent commit history. Additionally, it's highly recommended to sign your commits for added security and traceability.
- Push your branch and open a Pull Request.
All general site configurations are contained in config.toml.
Thanks to BitDevs NYC for the Jekyll site that this site is based on, and to BitDevs LA for creating this Zola BitDevs template.
Distributed under the MIT License. See LICENSE file for more information.