Skip to content

Commit

Permalink
Merge pull request #12 from ckb-cell/update-readme
Browse files Browse the repository at this point in the history
Add unique type data structure
  • Loading branch information
duanyytop authored Apr 2, 2024
2 parents d18fd51 + d709216 commit 4bcd99b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ A unique cell can be created on the Nervos CKB through [TypeID](https://github.c

The unique cell data can store any data, such as [XUDT](https://talk.nervos.org/t/rfc-extensible-udt/5337) token information and the contract will not check the content and format of the cell data.

## Unique Type Script

```yaml
unique type script:
code_hash:
unique_type
args:
type_id[0..20]
```
## XUDT Information
The following is the info data format recommended by XUDT:
Expand Down

0 comments on commit 4bcd99b

Please sign in to comment.