https://github.com/mediolano-app/medialane-dapp
MediaLane Programmable IP Trading Dapp - Powered on Starknet
https://github.com/mediolano-app/medialane-dapp
blockchain cairo-lang dapp intellectual-property ip open-source starknet
Last synced: 3 months ago
JSON representation
MediaLane Programmable IP Trading Dapp - Powered on Starknet
- Host: GitHub
- URL: https://github.com/mediolano-app/medialane-dapp
- Owner: mediolano-app
- Created: 2025-06-05T22:05:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T11:56:44.000Z (3 months ago)
- Last Synced: 2025-08-06T13:39:39.373Z (3 months ago)
- Topics: blockchain, cairo-lang, dapp, intellectual-property, ip, open-source, starknet
- Language: TypeScript
- Homepage: https://mediolano.xyz
- Size: 46.3 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP Marketplace for the Integrity Web
Medialane is a permissionless marketplace where creators, autonomous agents, and businesses own, license, and trade intellectual property with full transparency, control, and sovereignty.
Built on the Mediolano Protocol, MediaLane transforms digital assets into programmable public goods — empowering a new era of content creation and monetization.

Mediolano Protocol empowers creators to register, license and monetize intellectual property. Powered on Starknet.
Quick links:
Mediolano Dapp
Website mediolano.xyz
Telegram
Discord
X / Twitter
> [!IMPORTANT]
> Medialane dapp is in constant development and the current version runs on Starknet's Sepolia devnet. Use for testing purposes only.
## Getting Started
## Running locally
Dapp requirements:
- Next.js 15
- React 19
- Node.js 18.18 or later.
- macOS, Windows (including WSL), and Linux are supported.
Clone the repository to your local machine:
```bash
git clone https://github.com/mediolano-app/medialane-app.git
```
Install dependencies for Next.js 15 + React 19:
```bash
npm install
```
Run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Running via Docker
To run the containerized application, there is no dependencies requirement.
Clone the repository, and run:
```bash
docker build -t medialane-app .
```
To build the image. Then, start the container:
```bash
docker run -p 8080:8080 medialane-app
```