28 items with this tag.
ETH Global NYC - Infernet Hackathon project for ETH Global New York 2025.
Schola Schola is an incentivized learning platform that uses blockchain technology and AI chatbots to transform education into a gamified and rewarding experience.
A case study on incentivized learning, rewards, completion rates, and the product loop behind an edtech prototype.
A case study on incentivized learning, rewards, completion rates, and the product loop behind an edtech prototype.
Reflexión sobre la construcción de un nuevo internet: de crypto a la IA, cómo las nuevas tecnologías transforman nuestro mundo con el tiempo.
Reflecting on the construction of a new internet - from crypto to AI, exploring how new technologies reshape our world over time.
Apple's decision to gut PWA support in response to EU regulation doesn't just hurt developers — it makes the case for decentralized storage and cryptographic interfaces stronger than ever.
El Supuesto: Amara’s Law in Web 3 By Diego Jimenez Vergara @ EPIC Lab Amara’s Law is an idea formulated by Roy Amara, the co-founder of the Institute for the Future, and it refers to the tendency of people to overestimate the impact of a new technology in the short term and underestimate its impact ...
El Supuesto: If You’re an Entrepreneur, Go to a Hackathon Over the past year, I have been to several hackathons and it has undoubtedly been one of the best experiences of my life.
El Supuesto: IPFS and PermaWeb Can you imagine what would happen if Instagram went down tomorrow and never came back? How many memories would you lose? I think a lot about the fragility of our knowledge, our multimedia, our art.
Internet of the Future - EmprenderEsUnaOpciónReal Script for the podcast episode of EPICentro Emprendedor, documented in epic-technology.
New York www.youtube.com/watch Tip Fortune favors the bold Note You have to believe in something Fun and Travel Documents travel-planner EIN Organization task-tracking remote-brainstorming sesh-2 EIN Documents EIN: Decentralized Inference Network with X402 submission CLI PRS project-architecture las...
Apple's decision to gut PWA support in response to EU regulation doesn't just hurt developers — it makes the case for decentralized storage and cryptographic interfaces stronger than ever.
A year-long journey through three DeFi projects exploring how prices, interest rates, and implied volatility emerge on-chain.
Lessons from competing across ecosystems and countries: why building under constraints is the fastest way to learn what actually matters.
A year-long journey through three DeFi projects exploring how prices, interest rates, and implied volatility emerge on-chain.
Lessons from competing across ecosystems and countries: why building under constraints is the fastest way to learn what actually matters.
A year-long journey through three DeFi projects exploring how prices, interest rates, and implied volatility emerge on-chain.
Lessons from competing across ecosystems and countries: why building under constraints is the fastest way to learn what actually matters.
Alliance.xyz 14 Company Company name* SCHOLA What are you building?* A modular framework for incentivized E-learning Pitch what you’re building in 1 paragraph.* Schola addresses the problem of low engagement and completion rates in online learning by building a gamified platform that leverages block...
Pitch 02/24 Scola Creating a world where learning is: Accessible to everyone. Motivating and rewarding.
Pitch Deck Schola A world where learning is: For everyone. Fun & Rewarding. A catalyst for growth.
Live Demo Script Today we are introducing Schola.
VARA Network Grants 1.
Varathon Deliverables App template for Vara: This template will facilitate deploying applications on Vercel, addressing the current difficulty of connecting the front-end with the Vara back-end.
Introduction c/o D9J9V & AntoTeVe Schola Creating a world where learning is: Accessible to everyone.
MVP Trivia Proposal Implemented on the VARA Network Overview We developed a smart contract on the VARA network to create and manage interactive trivia games on the blockchain.
Smart Contract Rust #![no_std] use gstd::{ async_main, debug, exec, msg, prelude::*, ActorId, Encode, Decode, TypeInfo }; use codec::{Encode, Decode}; use gmeta::{Metadata, InOut, Out}; // Constants for clarity const OK_REPLY: &[u8] = b"Trivia created successfully"; const ERROR_REPLY: ...