Skip to content

Commit

Permalink
Update schemas
Browse files Browse the repository at this point in the history
replace MoleculeData with ScriptAction, Action and TypeMessageV1
  • Loading branch information
XuJiandong committed Nov 22, 2023
1 parent 4da9459 commit d94249c
Show file tree
Hide file tree
Showing 4 changed files with 729 additions and 126 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ckb-typed-message(PoC)
This project is a proof of concept that aims to demonstrate how to adopt typed
messages (similar to EIP-712) in scripts. It also includes extended witnesses to
simplify signing and DApp interoperability.
messages (similar to EIP-712) in CKB scripts. It also includes extended
witnesses to simplify signing and DApp interoperability.


## Build
Expand All @@ -14,5 +14,5 @@ capsule build
Run tests:

``` sh
capsule test
cd tests && cargo test
```
Loading

0 comments on commit d94249c

Please sign in to comment.