Skip to content

stephancill/port-asset-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Port Digital Asset Viewer

Stack

Backend

  • Hardhat
  • Typescript
  • Typechain

Frontend

  • React
  • wagmi

Usage

Cloning

git clone <repo name>

./backend

FORK=mainnet npx hardhat node --export ../client/src/deployments.json

Optionally include OPEN=true to deploy open Directory, which allows editing of any address' list by any other address.

./frontend

yarn
yarn start

TODO

  • Token lists
    • Create
    • Generate/sync from OpenSea/Etherscan
    • Publish
    • Pinning
    • Update
      • Add
      • Remove
    • Default
      • No tokens
  • Contract
  • Token types
    • ERC1155
    • ERC721
  • Verify ownership
  • Separate asset and Directory networks
  • Multi-chain
    • Customize RPC urls to use for each chain - allows for adding arbitrary EVM-compatible chains
  • Token detail view

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published