Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raufsamestone/url-to-ipfs

A simple example of how to upload a file to IPFS and get a URL back.
https://github.com/raufsamestone/url-to-ipfs

ipfs ipfs-api unsplash

Last synced: 8 days ago
JSON representation

A simple example of how to upload a file to IPFS and get a URL back.

Awesome Lists containing this project

README

        

# URL to IPFS  🖼

A simple example of how to upload a file to IPFS and get a URL back.

[🔗 Demo](https://url-to-ipfs.netlify.app/)

![Demo](./public/ss.png)

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

Clone and run:

```bash
npm run dev
# or
yarn dev
```