https://github.com/mediolano-app/mediolano-contracts
Cairo Smart Contracts @ Mediolano - a dapp designed to be the intellectual property provider service of the web3. Powered by Starknet.
https://github.com/mediolano-app/mediolano-contracts
blockchain cairo cairo-lang ethereum intellectual-property ip open-source starknet
Last synced: 6 months ago
JSON representation
Cairo Smart Contracts @ Mediolano - a dapp designed to be the intellectual property provider service of the web3. Powered by Starknet.
- Host: GitHub
- URL: https://github.com/mediolano-app/mediolano-contracts
- Owner: mediolano-app
- License: mit
- Created: 2024-10-23T17:52:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T22:27:57.000Z (6 months ago)
- Last Synced: 2024-11-20T23:26:38.370Z (6 months ago)
- Topics: blockchain, cairo, cairo-lang, ethereum, intellectual-property, ip, open-source, starknet
- Language: Cairo
- Homepage: https://mediolano.app
- Size: 72.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# Mediolano.app Cairo Contracts
Cairo smart contracts development repository for Mediolano.app, a dapp designed to be the web3 intellectual property provider service, built on Starknet.
Website |
Dapp GithubIn today’s ever-evolving digital world, protecting and managing intellectual property (IP) has become a critical challenge. From journalists to art collectors, new technologies are making it safer and more efficient to tokenize IP, enabling licensing, trading, distributing royalties, and more.
Mediolano offers an innovative platform that empowers content creators, from authors to journalists and publishers, to participate in the global information marketplace. Our mission is to transform the industry by providing transparency, immutability, security, optimization, and a range of innovative features to build, manage, and monetize IP.
### Powered by Starknet
Mediolano leverages blockchain technology to create an immutable and transparent ledger for all your Intellectual Property. Each entry is securely encrypted, ensuring that your assets are protected.
> [!IMPORTANT]
> Mediolano dapp is in constant development and the current version runs on Starknet's Sepolia devnet. Use for testing purposes only.## Getting Started
Before you begin, ensure you have met the following requirements:
* Node.js (version 18 or later) and npm installed. Download them [here](https://nodejs.org/en/download/).
* Basic understanding of Starknet Foundry to deploy your own contract instance.### Starknet Foundry
This project includes a Starknet Foundry repository with smart contracts used in the frontend web app.
To deploy your own instance, use `sncast` to [declare](https://foundry-rs.github.io/starknet-foundry/starknet/declare.html) changes and/or [deploy](https://foundry-rs.github.io/starknet-foundry/starknet/deploy.html) an instance.