An open API service indexing awesome lists of open source software.

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

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.

image

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
```