paritytech/polkadot-sdk-docs

Tokens in Substrate Docs

Closed this issue · 3 comments

This is a spin off of the Currency ref docs issue #49 and its related PR paritytech/polkadot-sdk#2683

Tokens in Substrate Ref Doc

briefly explains

  • how Substrate follows the pattern of traits and trait implementation for tokens
  • why this approach was chosen

Fungible Traits and Pallets

list and compare fungible traits and pallets

Non-fungible Traits and Pallets

list and compare non-fungible traits and pallets

additionally

Improve and update trait and trait impl docs

@liamaharon do you want to add something else?

@liamaharon do you want to add something else?

yup will refine it. thanks!

Trait and trait impl docs also need improving. updated this issue to include improving/updating those docs.