Welcome to the Web3 Glossary!
This project aims to build a comprehensive glossary of terms and concepts related to the Web3 ecosystem. It includes definitions, explanations, and examples to help users understand key concepts in the world of Web3 technologies. It is a global, ever-growing source of web3 jargon and vocabulary.
./src
: Contains the source code for the glossary frontend.locales
: Holds localization files for internationalization../data
: Stores data collected by the scraper tool.README.md
: This file, providing an overview of the project.
To get started with the project, follow these steps:
- Clone the repository.
- Install the necessary dependencies by running
npm install
- Run the app by running
npm start
- Run the scraper tool to collect data.
- Explore the collected data in the
data
directory.
Contributions to the glossary project are welcome! Feel free to submit pull requests with new terms, definitions, or improvements to existing content.
This project is licensed under the MIT License. See the LICENSE file for details.