Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 392 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 392 Bytes

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