Skip to content

avcdsld/snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snapshot Architecture

Snapshot

Explanatory Article

https://mirror.xyz/ara721.eth/LD7H64Y1zFthHLrT4-cZLiGZ_5PP8EesxuVp4Sfz_MM

Contracts

  1. Snapshot.cdc (Mainnet: 0x36b1a29d10c00c1a)
  2. SnapshotLogic.cdc (Mainnet: 0x36b1a29d10c00c1a)
  3. SnapshotViewer.cdc (Mainnet: 0x36b1a29d10c00c1a)

Transactions

  1. add_logic.cdc
  2. snapshot.cdc

Scripts

  1. proof_of_ownership.cdc
  2. view.cdc

Archtecture

Screen Shot 2023-09-26 at 13 39 38

State of Account Storage

Screen Shot 2023-09-26 at 13 40 00

Viewer Demo

Snapshot Viewer

Cadence 1.0 Migration 2024/07/27

sudo sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
flow-c1 version

flow-c1 emulator
flow-c1 deploy

flow-c1 migrate stage Base64Util --network=mainnet
flow-c1 migrate is-staged Base64Util --network=mainnet
flow-c1 migrate is-validated Base64Util --network=mainnet

flow-c1 migrate stage Snapshot --network=mainnet
flow-c1 migrate is-staged Snapshot --network=mainnet
flow-c1 migrate is-validated Snapshot --network=mainnet

flow-c1 migrate stage SnapshotLogic --network=mainnet
flow-c1 migrate is-staged SnapshotLogic --network=mainnet
flow-c1 migrate is-validated SnapshotLogic --network=mainnet

flow-c1 migrate stage SnapshotViewer --network=mainnet
flow-c1 migrate is-staged SnapshotViewer --network=mainnet
flow-c1 migrate is-validated SnapshotViewer --network=mainnet

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published