Matt Schrank
Matt Schrank

Reputation: 1

Can substrate be used for non-currency applications?

My team and I are trying to create a blockchain based simple database to catalogue information found on the web. This is just a proof of concept for a company private blockchain and right now we want to use it to store four fields:

  1. Document hash
  2. Date
  3. URL
  4. Title

We don't want a ledger or any kind of currency features. We simply want to build a private blockchain node network that stores these simple fields. Can I build a pallet that will do this or am I confused as to what substrate is meant for?

Thanks!

Upvotes: 0

Views: 81

Answers (1)

Tomasz Waszczyk
Tomasz Waszczyk

Reputation: 3149

Regarding private network look at the tutorial.

Upvotes: 0

Related Questions