Skip to content
/ pina Public

Piña 🍍 is a clone of the Pinata APIs for development only environments, used in Grants Stack

License

Notifications You must be signed in to change notification settings

gitcoinco/pina

Repository files navigation

Piña 🍍

Piña is a clone of the Pinata API, exclusively designed for local development environments to streamline your development process and minimize the need for direct usage of Pinata's services during development.

API

get /ipfs/{CID}
post /pinning/pinJSONToIPFS
post /pinning/pinFileToIPFS

Test and Build

git clone git@github.com:gitcoinco/pina.git
go test
go build

Run

go build && ./pina -port 8000 -public ./public

Run in docker

make docker-build
make docker-run

About

Piña 🍍 is a clone of the Pinata APIs for development only environments, used in Grants Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages