Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.14 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.14 KB

Flow View Source

  • Continuous Deployment to IPFS

  • / - Root ???

    • content
  • /about - Some general info about stuff

    • content
  • /settings - Configure experience

    • content
  • /stars - favourited contracts/accounts

    • content
  • /account/0x_______ - Summary/Overview of the Flow Account

    • useAccount hook
      • has keys
      • has contracts
    • Current Flow Balance
    • Keys
    • Contracts
    • Current User is the Account
      • ability to have a current user
      • Deploy new contract
    • Maybe Later?
      • Balance of other Fungible Tokens
  • /account/0x____/______ - Contract detaisl

    • Display The Code
    • Current User is the Account
      • ability to have a current user
      • Update the contract
    • List of dependency contracts/imports
      • Links to deps
    • List of events that can be emitted
      • Links to events page
  • /tx/________

    • Current Status
    • Events
  • /events/______