Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oyeins-gui/ipfs-pinata

Uploading files to ipfs through pinata api
https://github.com/oyeins-gui/ipfs-pinata

ipfs pinata pinata-api pinata-ipfs

Last synced: 4 days ago
JSON representation

Uploading files to ipfs through pinata api

Awesome Lists containing this project

README

        

# Run locally

```bash
git clone https://github.com/Oyeins-GUI/ipfs-pinata.git
cd ipfs-pinata
npm install
# or
yarn add
npm run dev
```

## API key, JWT & Gateway URL

- Visit [pinata](https://app.pinata.cloud/developers/api-keys) to get your tokens
- ```bash
VITE_PINATA_JWT=
VITE_GATEWAY_URL=
```

This is a react-vite application