Skip to content

Front End Client for Chronicler Network. A Lisk SDK based decentralized Blockchain to store, audit, or verify various types of data.

Notifications You must be signed in to change notification settings

stellardynamic/chronicler-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chronicler Client

Front End for interacting with the Chronicler Network. A Lisk SDK based decentralized Blockchain to store, audit, or verify various types of data. Proof of Concept, not for Production.

See https://chronicler.cc for a live demo or https://api.chronicler.cc for API access.

Chronicler Front-End

Submit Archive:

  • Form Fields: [title] [archival type] [file/text] [passphrase]
  • Convert Files to Base 91 for efficient storage
  • Broadcast prepared Text or Binary Transaction to Chronicler Blockchain

View Archive:

  • Submit Address attached to an Archive for Searching
  • View Text Archive or File Archive results

Custom Transactions:

archiveTextTransaction

  • Type: 101
  • Format: Text
  • Description: Plain text and HTML markup
  • Size (CHAR): 20000
  • Fee: 10

archiveBinaryTransaction

  • Type: 102
  • Format: Binary
  • Description: Images, Executables, PDF
  • Size (CHAR): 1000000
  • Fee: 1000

About

Front End Client for Chronicler Network. A Lisk SDK based decentralized Blockchain to store, audit, or verify various types of data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • CSS 5.3%
  • HTML 2.3%