Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified members/.DS_Store
Binary file not shown.
Binary file modified members/Ash/.DS_Store
Binary file not shown.
11 changes: 11 additions & 0 deletions members/Ash/Task2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Contract Address]( https://sepolia.etherscan.io/address/0x251B2a6Fa0f30C8b857D488Bc89476B7A8bEd130)

![image-20231130004557698](./assets/image-20231130004557698.png)

[Transacton Address]( https://sepolia.etherscan.io/tx/0x7df7d44ad12dbe4762efc15c6a9e8481ddb66ad55c56f5bf5945aaf267ecf25f)

![image-20231130004613870](./assets/image-20231130004613870.png)



[Code](https://github.com/shijunshen/FirstNFT)
Binary file added members/Ash/assets/image-20231130004557698.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added members/Ash/assets/image-20231130004613870.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions project/00-proj-template/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# qq项目介绍

## 1. 项目概述
- **项目名称**
- **项目简介**:
- **项目愿景**:

## 2. 技术架构
- **区块链类型**:以太坊+Polygon
- **技术框架**:ERC20,ERC721 Token

## 3. 核心功能(Website)
- **功能一**:
- **功能二**:
- **功能三**:
-
## 4. 应用场景(活动形式)
- **场景一**:
- **场景二**:
- **场景三**:
- **场景四**:
- **场景五**:

## 5. 项目团队
- **团队介绍**:
- **贡献者**:


## 6. 发展规划
- **路线图**:

- **未来展望**:

## 7. 合作伙伴
- 场地:
- 组织:
- 人:

## 8. 联系方式
- 电子邮件
- 社交媒体:
Weibo,
WeChat,
XHS,
X,
Ins:
Notion:
32 changes: 32 additions & 0 deletions project/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Solidity Mini-Hackerhouse-2024

各位 Hacker 大家好,欢迎来到Solidity Mini-Hackerhouse 2024,十分期待与大家线下相聚、共同创作!本次活动由OpenBuild和ETHPlanet联合主办,旨在为区块链爱好者提供一个展示才能的舞台,共同探讨区块链技术的未来发展。

## [代码提交]

### 1. 创建你的 2024 Solidity Mini-Hackerhouse项目

1. 报名注册完成后,可以立即开始项目创建,fork 本代码仓库,到你们团队成员 repo 里: [https://github.com/openbuildxyz/solidity_bootcamp]
2. 先在 `project` 内生成一个目录,以你们项目名称命名,里面先放个空档案,或 readme 简单介绍项目。提交一个 PR 进来。目的是预留一个目录作为你们项目空间。**注意我们会把目录改名,在项目名称前加个编号。请 pull 下来。**

3. 之后,所有参赛项目相关代码都放在你们的项目名称里的目录里进行。可以这种形式存放:

```
projects
L 00-proj-template/ // 项目目录名称
L src/
L contracts/ // 合约相关代码
L backend/ // 后端相关代码
L ui/ // 前端相关代码
L 。。。 // 其他档案
L docs/ // 存放文档。视频和PPT等大文件不要直接上传,放链接地址即可
L README.md // 可参考此模板
```

4. 推送最终PR的分支,建议以项目命名, 且只可修改本团队项目目录内容。

5. 请在 `2024年1月6日上午12:00` (北京时区)前,初始化团队项目目录。

6. 最终PR,在 `2024年1月7日上午12:00` (北京时区)前提交,且各团队自己发起MR请求。

7. [项目参考模块,点我查看详情](./project/00-proj-template/README.md)