• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

khinsen/ipfs-pharo: IPFS interface for Pharo

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

khinsen/ipfs-pharo

开源软件地址:

https://github.com/khinsen/ipfs-pharo

开源编程语言:

Smalltalk 94.5%

开源软件介绍:

An IPFS interface for Pharo

screenshot

Important note: This is work in progress, written so far mainly to let me play with IPFS. Everything might change at any time. Don't rely on this package for mission-critical software!

Installation

To use this package, your computer must run a local IPFS node. On a personal machine, IPFS Desktop is the most convenient way to do so. Alternatively, or for running on a server, use the command-line version. You must have go-ipfs 0.10 or later, because of important changes in the HTTP API between versions 0.9 and 0.10.

Pharo 8 or 9 without GToolkit support

Execute the following lines in a playground:

Metacello new
    baseline: 'IPFS';
    repository: 'github://khinsen/ipfs-pharo/src';
    load.

Glamorous Toolkit

In a pre-built GToolkit installation (from this site), execute the following lines in a playground:

Metacello new
    baseline: 'IPFSForGToolkit';
    repository: 'github://khinsen/ipfs-pharo/src';
	 onConflictUseLoaded;
    load.

This installs the basic Pharo interface for IPFS plus inspector views for everything and a tutorial in a Lepiter database.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap