Skip to content
View Franlinozz's full-sized avatar

Block or report Franlinozz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Sluice Sluice Public

    Sluice is a toll booth for the AI-read web. Creators price the smallest unit of what they make, AI agents pay it automatically in USDC, and Circle Gateway batches the tiny payments and settles them…

    TypeScript 35 1

  2. python-javascript.py python-javascript.py Public

    Forked from talk2francis/python-javascript.py

    # This is a README file for my GitHub repository. This repository contains the source code for my JavaScript web application. The application is a simple to-do list app. To run the application, you…

    Python 1

  3. APOGEE APOGEE Public

    A self-custodial smart wallet, programmable spending policy engine, ERC-8004 identity, persistent encrypted memory, agent-to-agent payment rails with on-chain receipts, and a paid skills marketplac…

    TypeScript 1

  4. Archon Archon Public

    ERC-8004 trustless smart-contract auditor on Mantle Mainnet — verifiable on-chain audit proofs, anchored under Agent #97 and re-checkable by anyone.

    TypeScript 1

  5. ASSAY ASSAY Public

    Consensus-backed professional evidence: GenLayer adjudicates approved public evidence; Assay grades; X Layer seals integrity.

    TypeScript 1

  6. Code-snippet-for-the-weather-app Code-snippet-for-the-weather-app Public

    import requests import pyowm def get_weather(location): """Gets the weather for a given location.""" api_key = "YOUR_API_KEY" owm = pyowm.OWM(api_key) observation = owm.weather_at_place(location) w…