hackquest logo

educhain.project

A full stack demo NFT marketplace based on aptos devnet. Aiming for clean and cocise code that is easy to understand and also make some automations to speed up full stack development.

视频

描述

Skip to content

Navigation Menu

Type / to search

Owner avatar

project.sol2Public

  • Pin

  • Unwatch1

  • Fork 0

  • Star 0

gintama13232/project.sol2

 main

1 Branch0 Tags

t

Add file

Add file

Code

Folders and files

Name

Latest commit

gintama13232

gintama13232

Update README.md

8d8106c · yesterday

History

83 Commits

.github

Create nextjs.yml

2 days ago

maket-frontend

Update README.md

yesterday

market-backend/prisma

Create tsconfig.json

2 days ago

market-contracts

Create package.json

2 days ago

pics

Create logo.svg

2 days ago

.gitignore

Create .gitignore

2 days ago

READ.me

Create READ.me

2 days ago

README.md

Update README.md

2 days ago

install-service

Create install-service

2 days ago

market backend - migration.sql

Create market backend - migration.sql

2 days ago

migration.sql

Create migration.sql

2 days ago

package.json

Create package.json

2 days ago

ss.jpg

Add files via upload

2 days ago

yarn.lock

Create yarn.lock

2 days ago

Repository files navigation

Demo NFT marketplace

A full stack demo NFT marketplace based on aptos devnet. Aiming for clean and cocise code that is easy to understand and also make some automations to speed up full stack development.

Tech stack

Development

Contract

  • Compile move module

    NAME=<name> ADDRESS=<address> yarn workspace market-contracts move:compile
    
  • Publish move module

    NAME=<name> ADDRESS=<address> yarn workspace market-contracts move:publish
    

Frontend

  • Installation

    yarn workspace market-frontend install
    
  • Config .env.development.local

    In order to expose a variable to the browser you have to prefix the variable with NEXT_PUBLIC_

    NEXT_PUBLIC_NFT_STORAGE_KEY=
    NEXT_PUBLIC_WALLET_PRIVATE_KEY=
    NEXT_PUBLIC_MARKET_ADDRESS=0x64f236ab7ba803a8921c16fa2b9995da51033e3ed2e284e358f0d5431a39c0d0
    NEXT_PUBLIC_MARKET_NAME=_1200_dollars_per_hour
    NEXT_PUBLIC_MARKET_FEE_NUMERATOR=10
    NEXT_PUBLIC_MARKET_INITIAL_FUND=10000
    NEXT_PUBLIC_MARKET_COIN_TYPE=0x1::aptos_coin::AptosCoin
    NEXT_PUBLIC_APTOS_NODE_URL=https://fullnode.devnet.aptoslabs.com/v1/
    NEXT_PUBLIC_APTOS_FAUCET_URL=https://faucet.devnet.aptoslabs.com/v1/
    NEXT_PUBLIC_SUPABASE_KEY=
    NEXT_PUBLIC_SUPABASE_URL=
    

    Read more on https://nextjs.org/docs/basic-features/environment-variables

  • Run script for create market

    NODE_ENV=development yarn workspace market-frontend aptos:create-market
    
  • Run dev

    yarn workspace market-frontend dev
    

Backend

  • Setup

    // install all the dependencies listed within package.json
    yarn workspace market-backend install
    
    // set up a new Prisma project
    yarn workspace market-backend prisma init
    
  • Config .env

    DATABASE_URL=<YOUR SUPABASE DB URL>
    APTOS_NODE_URL=https://fullnode.devnet.aptoslabs.com/v1/
    APTOS_FAUCET_URL=https://faucet.devnet.aptoslabs.com/
    MARKET_ADDRESS=<YOUR MARKET ACCOUNT>
    
  • DB Migration

    // create migrations from your Prisma schema, apply them to the database
    yarn workspace market-backend prisma migrate dev --name <new-file-suffix>
    
  • Run

    yarn workspace market-backend start
    

Contract address:

0x6f8282f70e65bdfd0a5ef4d921e060a41b6da702443dfe204393a6d9c5f4ca7f

About

No description, website, or topics provided.

Resources

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Create a new release

Packages

No packages published
Publish your first package

Deployments5

+ 4 deployments

Languages

Footer

© 2025 GitHub, Inc.

Footer navigation

本次黑客松进展

70

技术栈

Web3
Python
Java
Move

融资状态

nothing

赛道
NFTOther