Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developer-guides/bridge-and-reserve.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The release schedule is only required if the reserve feature is used.

- This logic can be written using native or Plutus scripts as well as Aiken scripts. The code should be compiled and attached as a reference script to UTXO

- For reference, you can check the [example VFunction](https://github.com/input-output-hk/partner-chains-smart-contracts/blob/master/onchain/src/TrustlessSidechain/ExampleVFunction.hs) in the partner-chains-smart-contracts repository.
- For reference, you can check the [example VFunction](https://github.com/input-output-hk/partner-chains-smart-contracts/blob/master/onchain/src/PartnerChains/Scripts/ExampleVFunction.hs) in the partner-chains-smart-contracts repository.

After compilation, include the script as a CBOR in the `reference.json`:

Expand Down
Loading