0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Erisプラットフォームのコンポーネント

Posted at

Eris Industriesのeris:platform
ドキュメントそのままだけど、メモ用。

コンポーネント

  • eris:cli – The command line interface to the eris platform

  • eris:db – A permissionable smart contracts machine with an enterprise grade API server

  • eris:pm – A smart contracts package manager

  • eris:legal – Eris’ implementation of Legal Markdown document assembly mechanism

以下のコンセプトに利用できる

  • Services – processes or tools which a smart contract backed application needs to have running on a given node in order to properly conduct its business. Services can be public blockchains, distributed file storage systems, middleware components, key servers, or any other process which is Docker compatible and needed for a given application.
  • Chains – permissioned smart contract networks which a smart contract backed application needs to have running on a given node in order to properly conduct its business. Chains utilize the flexible and stable eris:db container to reduce the complexity of working with permissioned smart contract networks.
  • Contracts – smart contract packages are, by definition, needed for a smart contract backed application; this portion of the eris platform reduces the complexity of testing and deploying smart contract packages needed for the application.
  • Files – smart contract applications often are paired with a distributed file storage system. Eris provides harmonized, reduced complexity access to the IPFS protocol for distributed file storage system.
  • Actions – flexible step-by-step processes needed for the application.

参考元

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?