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.
get /ipfs/{CID}
post /pinning/pinJSONToIPFS
post /pinning/pinFileToIPFS
git clone git@github.com:gitcoinco/pina.git
go test
go build
go build && ./pina -port 8000 -public ./public
make docker-build
make docker-run