我将使用composer-playground连接我自己的结构实例。这是我的环境: OS:Ubuntu16.04 安装方法:npm install -g composer-playground 启动方法:#composer-playground
我第一次从url:Demo on Wandbox创建了一个配置文件myconn1,在路径/root/.composer-connection-profiles/myconn1中生成了connection.json。 然后我退出进程composer-playground,修改connection.json文件。 但是在再次启动composer-playground之后,我的第一次网页配置覆盖了我的新connection.json。 是否有另一个存储连接信息的位置? 如果我想使用指定的连接配置文件,我该如何启动我的composer-playuground?
答案 0 :(得分:0)
Playground在浏览器本地存储中存储连接配置文件。但是,为了建立与外部区块链的连接,需要将其写入文件系统以供服务器端实现使用,以便建立与区块链的连接。 Playground应该支持导出和导入连接配置文件的功能,如果您想在操场环境之外更改它们,这将是建议的方式。
答案 1 :(得分:0)
您应该按照本指南在本地安装和运行Playground: https://hyperledger.github.io/composer/tutorials/getting-started-playground.html