Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 3.07 KB

currency.rst

File metadata and controls

50 lines (41 loc) · 3.07 KB

Mitum Currency

What is Mitum Currency

  • Mitum Currency는 Mitum 네트워크 위에서 운용되는 currency 모델입니다.
  • Mitum Currency는 특정 토큰에 대한 정책을 등록하거나 업데이트하고, 추가적인 토큰을 발행하고, 토큰을 전송하고 새로운 계정을 만들며 계정의 키를 업데이트할 수 있는 기능을 제공합니다.

Feature of Mitum Currency

  • Mitum Currency가 제공하는 주요 특징은 토큰과 관련한 다양한 분야의 비즈니스 요구를 충족합니다.
  • 새 계정 생성 시 다중 키가 등록될 수 있으며 관련 키들은 key update operation으로 교체될 수 있습니다.
  • Mitum Currency는 새로운 currency를 발행하고 정책을 사용자화 할 수 있습니다.
  • currency 정책은 필요할 때 언제나 업데이트 될 수 있습니다.
  • currency 정책을 등록하고 업데이트하기 위해서는 계정 키가 아닌 노드 키가 필요합니다.
  • 계정 키는 토큰 전송 및 계정 키 업데이트에 사용됩니다.
  • Mitum Currency 네트워크의 노드 구성은 Mitum의 노드 operation 정책에 따르며 자세한 내용은 :ref:`build network` 에서 찾아볼 수 있습니다.

Support Operations

Operations for Currency
currency-register Register new currency id
currency-policy-updater Update currency policy
suffrage-infration Increase amount of tokens
Operations for Account
create-account Create new account
key-updater Update account keys
transfer Transfer amount of tokens
명령어로 위 operation을 생성하는 방법은 :ref:`Currency CLIs` 를 참조하세요.