https://github.com/mathyscogne/workshop_elizaos_42blockchain
workshop_elizaos_42blockchain
https://github.com/mathyscogne/workshop_elizaos_42blockchain
Last synced: about 1 year ago
JSON representation
workshop_elizaos_42blockchain
- Host: GitHub
- URL: https://github.com/mathyscogne/workshop_elizaos_42blockchain
- Owner: MathysCogne
- License: mit
- Created: 2025-03-12T19:04:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-12T19:08:47.000Z (about 1 year ago)
- Last Synced: 2025-03-12T20:22:35.211Z (about 1 year ago)
- Language: TypeScript
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🤖 ElizaOS - Workshop 42Blockchain
Bienvenue dans ce workshop qui vous guidera dans la création d'un plugin ElizaOS pour interroger le solde d'un wallet XRP.
## ⚠️ Disclaimer
Ce repo a été créé dans le cadre d'une présentation à 42 Paris avec l'association 42Blockchain.
Le code présenté dans la documentation est parfois abrégé pour des raisons pédagogiques.
Pour une compréhension complète, il est recommandé de consulter le code source complet dans le repository ainsi que d'avoir assisté au workshop.
## 💬 Support
Si vous avez des questions, même plus avancées que ce tutoriel de base, n'hésitez pas à me contacter :
- Discord: mattcgn
- LinkedIn: [Mathys Cogné-Foucault](https://linkedin.com/in/mathys-cogne-foucault/)
## 📚 Structure de la doc
Celle ci divisé en plusieurs sections pour une meilleure compréhension :
### Laissez-vous guider en commençant par l'étape une.
1. [🚀 Démarrage Rapide](./docs/quickstart.md)
- Prérequis
- Installation
- Premier lancement
3. [🎭 Configuration du Character](./docs/character-config.md)
- Création du character file
- Personnalisation du comportement
- Exemples de configuration
2. [📁 Structure du Projet](./docs/project-structure.md)
- Architecture du plugin
- Configuration TypeScript
- Organisation des fichiers
4. [🔧 Implémentation du Plugin](./docs/plugin-implementation.md)
- [🎯 Action getBalance](./docs/implementation/action.md)
- [🎮 Service API XRP](./docs/implementation/service.md)
- [📝 Templates de Réponse](./docs/implementation/templates.md)
- [📚 Exemples d'Utilisation](./docs/implementation/examples.md)
5. [🧪 Test et Déploiement](./docs/testing-deployment.md)
- Build du projet
- Tests
- Déploiement
- Debugging
## ⭐⭐⭐
Si ce workshop vous a été utile, n'hésitez pas à star ce repository !