wotori / ipfs-rust-gateway

simple api for pinning files to ipfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipfs rust gateway

This simple api that allow you to save your files on server and pin them to ipfs.

todo

  • token api
  • add password / token validation / secret header check
  • save files to users folder based on token

how to use

just run this commands:

% cargo build
% cargo run

build for production and run

% cargo build --relese
% ./target/release/ipfs-api

About

simple api for pinning files to ipfs


Languages

Language:Rust 87.9%Language:Shell 9.6%Language:Dockerfile 2.5%