Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELEN6883 Topic 2 Project #22

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

ELEN6883 Topic 2 Project #22

wants to merge 44 commits into from

Commits on May 4, 2023

  1. basic local opeasea + NFT setup

    TODO: add more NFT orders variation
    rz2526 committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2796c7b View commit details
    Browse the repository at this point in the history
  2. Initialize Python Project

    Zero-Tang committed May 4, 2023
    Configuration menu
    Copy the full SHA
    4d66633 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. proxy works

    rz2526 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    976cd37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fca35c5 View commit details
    Browse the repository at this point in the history
  3. Connect server to the blockchain network

    This server can connect to the blockchain network by any PoS network.
    A config generator is provided.
    Zero-Tang committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9e1f81a View commit details
    Browse the repository at this point in the history
  4. Add subgraph repo

    Zero-Tang committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e368084 View commit details
    Browse the repository at this point in the history
  5. Add OpenSea

    Zero-Tang committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e2e6b24 View commit details
    Browse the repository at this point in the history
  6. Update OpenSea

    Zero-Tang committed May 5, 2023
    Configuration menu
    Copy the full SHA
    eb60caa View commit details
    Browse the repository at this point in the history
  7. Submodule removal

    We will embed codes instead
    Zero-Tang committed May 5, 2023
    Configuration menu
    Copy the full SHA
    dcec9ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    acb940e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    4e49e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e869822 View commit details
    Browse the repository at this point in the history
  3. minor

    rz2526 committed May 6, 2023
    Configuration menu
    Copy the full SHA
    12e8fec View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    1210499 View commit details
    Browse the repository at this point in the history
  2. minor

    rz2526 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    a6c48cb View commit details
    Browse the repository at this point in the history
  3. subgraph pruned

    rz2526 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    8d334e7 View commit details
    Browse the repository at this point in the history
  4. Add a script to fix metadata

    This will give a better performance for fixing files than shell script.
    Zero-Tang committed May 7, 2023
    Configuration menu
    Copy the full SHA
    59d3fab View commit details
    Browse the repository at this point in the history
  5. 3rd NFT

    Zero-Tang committed May 7, 2023
    Configuration menu
    Copy the full SHA
    8bfc438 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b324b7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cd7c65 View commit details
    Browse the repository at this point in the history
  8. minor bug

    rz2526 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    602944b View commit details
    Browse the repository at this point in the history
  9. fix bug

    rz2526 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    253ce02 View commit details
    Browse the repository at this point in the history
  10. fix

    rz2526 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    fd296ba View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    8eaa153 View commit details
    Browse the repository at this point in the history
  2. cleanup

    rz2526 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4521fef View commit details
    Browse the repository at this point in the history
  3. cleanup

    rz2526 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    342f9ec View commit details
    Browse the repository at this point in the history
  4. atomic match deep dive

    rz2526 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    395d038 View commit details
    Browse the repository at this point in the history
  5. Create README.md

    js6104 authored May 8, 2023
    Configuration menu
    Copy the full SHA
    669f3f0 View commit details
    Browse the repository at this point in the history
  6. fix more

    rz2526 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ac87d2b View commit details
    Browse the repository at this point in the history
  7. use latest version

    rz2526 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ff2a2b5 View commit details
    Browse the repository at this point in the history
  8. more schema

    rz2526 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    83df538 View commit details
    Browse the repository at this point in the history
  9. Unit testing folder

    Created a unit test file using matchstick-as. Added node_modules directory from subgraph-demo Github.
    Abdulaziz-Almeseri committed May 8, 2023
    Configuration menu
    Copy the full SHA
    2344a90 View commit details
    Browse the repository at this point in the history
  10. Optimization

    Zero-Tang authored May 8, 2023
    Configuration menu
    Copy the full SHA
    20befd1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Update README.md

    js6104 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    1bd7b0a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    js6104 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    6c4f89d View commit details
    Browse the repository at this point in the history
  3. more optimizations

    rz2526 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7b8a23c View commit details
    Browse the repository at this point in the history
  4. more optimiztion

    rz2526 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2c535b0 View commit details
    Browse the repository at this point in the history
  5. Resolve package issues

    Zero-Tang committed May 9, 2023
    Configuration menu
    Copy the full SHA
    d665076 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fd4a8a View commit details
    Browse the repository at this point in the history
  7. Update README.md

    js6104 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    d8ea5ad View commit details
    Browse the repository at this point in the history
  8. some unit tests

    rz2526 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7617d16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03c0485 View commit details
    Browse the repository at this point in the history
  10. more unit test

    rz2526 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    163d81a View commit details
    Browse the repository at this point in the history
  11. minor

    rz2526 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    f9c5a55 View commit details
    Browse the repository at this point in the history