Skip to content

Commit

Permalink
Merge pull request #8 from o1-labs-XT/update-o1js
Browse files Browse the repository at this point in the history
Upgrade o1js to v2
  • Loading branch information
boray authored Oct 25, 2024
2 parents dd9ebd2 + ac8c18f commit 222a228
Show file tree
Hide file tree
Showing 31 changed files with 1,498 additions and 1,934 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Name Service ZkApp
# Name Service ZkApp Example

The Name Service zkApp allows users to register names that point to a name record containing data, including a Mina address. Names do not expire. Owners can update their name’s record and transfer ownership. Only the admin can pause or unpause the zkApp, set the premium rate, and transfer admin rights. For details, check out [Name Service README](/contracts/README.md).

Expand Down Expand Up @@ -46,4 +46,4 @@ Currently, the entire Merkle tree is reconstructed on the fly by each user from
# Settlement

This example includes a settlement module. The module tracks the number of unsettled actions for a specific zkApp account and settles them when a certain number of actions is reached or when an action remains unsettled for a specified time period. Running the settlement module provides a better user experience than requiring users to request settlements themselves.
For Details, please refer to [Settlement Module Readme](/settlement/README.md).
For Details, please refer to [Settlement Module README](/settlement/README.md).
6 changes: 4 additions & 2 deletions contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Name Service ZkApp
# Name Service ZkApp Example

## User-facing Functions

Expand Down Expand Up @@ -64,7 +64,9 @@ npm run build

```sh
npm run test
npm run testw # watch mode
npm run test:provable # test proofsEnabled=true
npm run test:all # run all tests

```

## How to run coverage
Expand Down
Loading

0 comments on commit 222a228

Please sign in to comment.