Skip to content

Commit db010a8

Browse files
authored
Merge pull request #4 from zkFold/2-add-readme
Added README
2 parents 4b9b126 + 9993dbc commit db010a8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# zkFold x zkPass: Bring zkPass to Cardano
2+
3+
**zkPass** on Cardano is a smart contract that enables developers to post, verify, and utilize zkPass oracle attestations on the Cardano blockchain. It is a tool that makes new types of DApps possible on Cardano.
4+
5+
This repository contains code to construct transactions for the zkPass smart contract. (Relevant executables are described [here](https://github.com/zkFold/zkpass-cardano/blob/main/backends/README.md).)

backends/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Off-chain code for `zkPassToken`
22

3-
1. `zkPassToken-init-transaction` writes the related Plutus scripts (UPLC code) to files in CBOR format.
3+
1. `zkPassToken-init-transaction` writes the related Plutus scripts (UPLC code) to files in CBOR format. It also writes token's policy id to a file in CBOR format.
44
2. `zkPassToken-minting-transaction` constructs the data items used as script parameters and writes them to files in CBOR format.
5-
3. `zkPassToken-transfer-transaction` writes token's policy id to a file in CBOR format.

0 commit comments

Comments
 (0)