Skip to content

hkiridera/IPFS-SecletSharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

依存パッケージ

python-pip
python-dev
nodejs

インストール

  • git clone
git clone https://github.com/hkiridera/IPFS-SecletSharing.git
cd IPFS-SecletSharing/PKG
  • pipの依存パッケージインストール
pip install -r requirements.txt
  • IPFSのインストール
    raspberrypiにipfsをインストールするansible
git clone https://github.com/hkiridera/ansible.git
cd ansible
ansible-playbook -i inventory/hosts rpi-ipfs.yml
  • npmのパッケージのインストール
npm install
  • parity
$ bash <(curl https://get.parity.io -kL)

起動

  • IPFS
IPFS/start.bat
  • IPFS-SecletSharing
python api.py

API Server

http://localhost:18000/upload
http://localhost:18000/download
http://localhost:18000/metadatalist

GUI

http://localhost/IPFS-SecletSharing/html/upload.html
http://localhost/IPFS-SecletSharing/html/download.html
http://localhost/IPFS-SecletSharing/html/metadata.html
http://localhost/IPFS-SecletSharing/html/ipfs.html

Electron版(Windows)

準備中

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published