Skip to content

Commit

Permalink
remove submit materials
Browse files Browse the repository at this point in the history
  • Loading branch information
SegueII committed Oct 16, 2020
1 parent c996691 commit 3266af4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
46 changes: 23 additions & 23 deletions bifrost/phase-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@

### Service task list

| Task | Details | Completion standard | Materials need to be submitted | Badge |
| ------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------- | ------------------------------ | --------- |
| Create service definition | Create a service definition | Successfully created the service definition | service-name | Silver x1 |
| Bind service definition created by yourself | Bind the service definition you created | Successfully created the service binding | service-name | Bronze x1 |
| Bind service definition created by others | Bind the service definition others created | Successfully created the service binding | service-name | Bronze x1 |
| Call service once | Request a bound service once | Successfully initiated the request | request-id | Bronze x1 |
| Call service repeatedly | Request a bound service repeatedly | Successfully created request-context | request-context-id | Bronze x1 |
| Respond service request | Respond a service you bound | Successfully responded the service request | request-id | Gold x1 |
| Set withdrawal address and withdraw fees | Set the fees withdrawal address and withdraw the earned service fees | Successfully withdrew fees | two tx hash | Silver x1 |
| Task | Details | Completion standard | Badge |
| ------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------- | --------- |
| Create service definition | Create a service definition | Successfully created the service definition | Silver x1 |
| Bind service definition created by yourself | Bind the service definition you created | Successfully created the service binding | Bronze x1 |
| Bind service definition created by others | Bind the service definition others created | Successfully created the service binding | Bronze x1 |
| Call service once | Request a bound service once | Successfully initiated the request | Bronze x1 |
| Call service repeatedly | Request a bound service repeatedly | Successfully created request-context | Bronze x1 |
| Respond service request | Respond a service you bound | Successfully responded the service request | Gold x1 |
| Set withdrawal address and withdraw fees | Set the fees withdrawal address and withdraw the earned service fees | Successfully withdrew fees | Silver x1 |

### Record & Oracle task list

Each participant’s address will be assigned a serial number, which corresponds to the value of the feedname specified in oracle

| Task | Details | Completion standard | Materials need to be submitted | Badge |
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------- | ------------------------------ | --------- |
| Query oracle response value and create record | According to the assigned serial number, read the value at the specified position from Oracle, and create a record with the value as the content | Rrecord content meets the requirements | record-id | Silver x1 |
| Task | Details | Completion standard | Badge |
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------- | --------- |
| Query oracle response value and create record | According to the assigned serial number, read the value at the specified position from Oracle, and create a record with the value as the content | Rrecord content meets the requirements | Silver x1 |

### NFT task list

| Task | Details | Completion standard | Materials need to be submitted | Badge |
| ------------ | -------------------------------------------------------------------- | ------------------------------------- | ------------------------------ | --------- |
| Issue NFT | Issue an NFT with custom denom | Successfully issued the NFT | denom | Silver x1 |
| Mint NFT | Mint the NFT you issued, create at least two tokens | Successfully minted the NFT tokens | two token-id | Bronze x1 |
| Edit NFT | Edit the first token's uri to `bifrost-[denom]` | Successfully edited the NFT token | tx hash | Bronze x1 |
| Transfer NFT | Create a new account, then transfer the second token to this account | Successfully trasnfered the NFT token | tx hash | Bronze x1 |
| Burn NFT | Burn the second token | Successfully burnt the NFT token | tx hash | Bronze x1 |
| Task | Details | Completion standard | Badge |
| ------------ | -------------------------------------------------------------------- | ------------------------------------- | --------- |
| Issue NFT | Issue an NFT with custom denom | Successfully issued the NFT | Silver x1 |
| Mint NFT | Mint the NFT you issued, create at least two tokens | Successfully minted the NFT tokens | Bronze x1 |
| Edit NFT | Edit the first token's uri to `bifrost-[denom]` | Successfully edited the NFT token | Bronze x1 |
| Transfer NFT | Create a new account, then transfer the second token to this account | Successfully trasnfered the NFT token | Bronze x1 |
| Burn NFT | Burn the second token | Successfully burnt the NFT token | Bronze x1 |

### Random task list

| Task | Details | Completion standard | Materials need to be submitted | Badge |
| --------------------------------- | ------------------------------- | ------------------------------ | ------------------------------ | --------- |
| Request a random (without oracle) | Request a random without oracle | Successfully get random number | request-id | Bronze x1 |
| Request a random (with oracle) | Request a random with oracle | Successfully get random number | request-id | Bronze x1 |
| Task | Details | Completion standard | Badge |
| --------------------------------- | ------------------------------- | ------------------------------ | --------- |
| Request a random (without oracle) | Request a random without oracle | Successfully get random number | Bronze x1 |
| Request a random (with oracle) | Request a random with oracle | Successfully get random number | Bronze x1 |

### Reference documents

Expand Down
46 changes: 23 additions & 23 deletions bifrost/phase-1/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,40 @@

### service 任务列表

| 任务 | 描述 | 接受标准 | 需要提交的材料 | 徽章 |
| -------------------------- | ------------------------------------ | ------------------------ | ------------------ | ------- |
| 创建服务定义 | 创建一个服务定义 | 创建服务定义成功 | service-name | 白银 x1 |
| 绑定由自己创建的服务定义 | 绑定自己创建的服务定义 | 创建服务绑定成功 | service-name | 青铜 x1 |
| 绑定由他人创建的服务定义 | 绑定他人创建的服务定义 | 创建服务绑定成功 | service-name | 青铜 x1 |
| 单次请求服务 | 单次请求一个已绑定的服务 | 成功发起请求 | request-id | 青铜 x1 |
| 批量请求服务 | 批量请求一个已绑定的服务 | 成功创建 request-context | request-context-id | 青铜 x1 |
| 响应服务请求 | 响应自己绑定的服务 | 成功响应服务请求 | request-id | 黄金 x1 |
| 设置费用提取地址并提取费用 | 设置费用提取地址并提取赚取的服务费用 | 提取费用成功 | 两笔交易的 hash | 白银 x1 |
| 任务 | 描述 | 接受标准 | 徽章 |
| -------------------------- | ------------------------------------ | ------------------------ | ------- |
| 创建服务定义 | 创建一个服务定义 | 创建服务定义成功 | 白银 x1 |
| 绑定由自己创建的服务定义 | 绑定自己创建的服务定义 | 创建服务绑定成功 | 青铜 x1 |
| 绑定由他人创建的服务定义 | 绑定他人创建的服务定义 | 创建服务绑定成功 | 青铜 x1 |
| 单次请求服务 | 单次请求一个已绑定的服务 | 成功发起请求 | 青铜 x1 |
| 批量请求服务 | 批量请求一个已绑定的服务 | 成功创建 request-context | 青铜 x1 |
| 响应服务请求 | 响应自己绑定的服务 | 成功响应服务请求 | 黄金 x1 |
| 设置费用提取地址并提取费用 | 设置费用提取地址并提取赚取的服务费用 | 提取费用成功 | 白银 x1 |

### record & oracle 任务列表

将为每位参与者的地址分配一个序号,该序号对应 Oracle 中指定 Feedname 的第几条 Value

| 任务 | 描述 | 接受标准 | 需要提交的材料 | 徽章 |
| ------------------------------- | --------------------------------------------------------------------------- | ------------------------- | -------------- | ------- |
| 查询 Oracle 响应值并创建 Record | 根据分配的序号从 Oracle 中读取指定位置的 Value,创建以该 Value 为内容的记录 | record content 与要求一致 | record-id | 白银 x1 |
| 任务 | 描述 | 接受标准 | 徽章 |
| ------------------------------- | --------------------------------------------------------------------------- | ------------------------- | ------- |
| 查询 Oracle 响应值并创建 Record | 根据分配的序号从 Oracle 中读取指定位置的 Value,创建以该 Value 为内容的记录 | record content 与要求一致 | 白银 x1 |

### nft 任务列表

| 任务 | 描述 | 接受标准 | 需要提交的材料 | 徽章 |
| -------- | --------------------------------------------------- | ------------------- | -------------- | ------- |
| 创建 NFT | 发行一种自定义 denom 的 NFT | 发行 NFT 成功 | denom | 白银 x1 |
| 增发 NFT | 增发已创建的 NFT,创建至少两个 token | 增发 NFT token 成功 | 两个 token-id | 青铜 x1 |
| 编辑 NFT | 把第一个 token 的 uri 修改为 `bifrost-[denom]` 格式 | 编辑 NFT token 成功 | 交易 hash | 青铜 x1 |
| 转让 NFT | 创建一个新账户,把第二个 token 转让给该账户 | 转让 NFT token 成功 | 交易 hash | 青铜 x1 |
| 销毁 NFT | 销毁第二个 token | 销毁 NFT token 成功 | 交易 hash | 青铜 x1 |
| 任务 | 描述 | 接受标准 | 徽章 |
| -------- | --------------------------------------------------- | ------------------- | ------- |
| 创建 NFT | 发行一种自定义 denom 的 NFT | 发行 NFT 成功 | 白银 x1 |
| 增发 NFT | 增发已创建的 NFT,创建至少两个 token | 增发 NFT token 成功 | 青铜 x1 |
| 编辑 NFT | 把第一个 token 的 uri 修改为 `bifrost-[denom]` 格式 | 编辑 NFT token 成功 | 青铜 x1 |
| 转让 NFT | 创建一个新账户,把第二个 token 转让给该账户 | 转让 NFT token 成功 | 青铜 x1 |
| 销毁 NFT | 销毁第二个 token | 销毁 NFT token 成功 | 青铜 x1 |

### random 任务列表

| 任务 | 描述 | 接受标准 | 需要提交的材料 | 徽章 |
| -------------------------------- | -------------------------------------- | -------------- | -------------- | ------- |
| 请求一个随机数(非 Oracle 方式) | 链上请求一个随机数,使用非 Oracle 方式 | 成功获取随机数 | request-id | 青铜 x1 |
| 请求一个随机数(Oracle 方式) | 链上请求一个随机数,使用 Oracle 方式 | 成功获取随机数 | request-id | 青铜 x1 |
| 任务 | 描述 | 接受标准 | 徽章 |
| -------------------------------- | -------------------------------------- | -------------- | ------- |
| 请求一个随机数(非 Oracle 方式) | 链上请求一个随机数,使用非 Oracle 方式 | 成功获取随机数 | 青铜 x1 |
| 请求一个随机数(Oracle 方式) | 链上请求一个随机数,使用 Oracle 方式 | 成功获取随机数 | 青铜 x1 |

### 参考文档

Expand Down

0 comments on commit 3266af4

Please sign in to comment.