Skip to content

Commit

Permalink
Merge pull request #950 from onflow/feat/fauna-tutorial-docs
Browse files Browse the repository at this point in the history
docs: add KI database instructions
  • Loading branch information
srinjoyc committed Aug 10, 2022
2 parents 78c51ac + 321605e commit 74318c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/content/kitty-items/next-steps.md
Expand Up @@ -40,6 +40,12 @@ The KittyItems NFTs on the marketplace do not have any utilitarian function. You

If an NFT is displayed, it shows who owns the NFT. This is mostly represented by a Flow account address, something that is cryptic and difficult to remember. Users will not be able to associate addresses with other people in the community, like their friends. That's the services like [.find](https://find.xyz/) come into play - they make it possible for users to claim usernames for their address. You could integrate with a naming service to display avatars and/or usernames instead of the cryptic addresses.

### Use production-ready database

The Kitty Items project uses [SQLite](https://www.sqlite.org/index.html) to store listings on the marketplace. This engine was used to help you ramp up quickly without the need to think about your own database instance. However, for production-ready applications you should consider replacing SQLite with a database that fits your specific needs and preferences.

If you are looking for a step by step tutorial specifically for Kitty Items, you might be interested in [this blog post from the Fauna team](https://dev.to/fauna/shrink-your-dapps-server-footprint-with-fauna-2598).

### Cutting edge: Support royalties

If you want to work on a cutting edge feature, you can explore how to support royalties that live alongside the NFT itself. With that, you can ensure that an NFT creator will receive a share from secondary sales.
Expand Down

1 comment on commit 74318c4

@vercel
Copy link

@vercel vercel bot commented on 74318c4 Aug 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

flow-docs – ./

flow-docs.vercel.app
docs.onflow.org
flow-docs-onflow.vercel.app
flow-docs-git-master-onflow.vercel.app

Please sign in to comment.