Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions docs/zkapps/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ There are many approaches to building a smart contract. For the zkApp tutorials,

### Where can I find the o1js API reference documentation?

See the autogenerated [o1js reference](/zkapps/o1js-reference) documentation with doc comments, like the [Provable](/zkapps/o1js-reference/type-aliases/Provable) module.
See the autogenerated [o1js reference](https://docs.o1labs.org/o1js/api-reference/Introduction) documentation with doc comments, like the [Provable](https://docs.o1labs.org/o1js/api-reference/type-aliases/Provable) module.

### What is ZkProgram?

Expand All @@ -52,8 +52,8 @@ A general-purpose API for creating zk proofs. A ZkProgram is similar to a zkApp

Use the appropriate module to work with the live network or with historical archive nodes:

- [getActions](/zkapps/o1js-reference/namespaces/Mina/functions/getActions) works with the blockchain network
- [fetchActions](/zkapps/o1js-reference/namespaces/Mina/functions/fetchActions) works with archive nodes
- [getActions](https://docs.o1labs.org/o1js/api-reference/namespaces/Mina/functions/getActions) works with the blockchain network
- [fetchActions](https://docs.o1labs.org/o1js/api-reference/namespaces/Mina/functions/fetchActions) works with archive nodes

### Does o1js compile my JavaScript code to an arithmetic circuit?

Expand Down Expand Up @@ -138,7 +138,7 @@ It allows the method to be invoked by a user interacting with the smart contract

### How can you enforce that an account update must be signed by the account owner?

Use the `requireSignature` command. See the [requireSignature](/zkapps/o1js-reference/classes/SmartContract#requiresignature) Method reference.
Use the `requireSignature` command. See the [requireSignature](https://docs.o1labs.org/o1js/api-reference/classes/SmartContract#requiresignature) Method reference.

### How do I configure who has the authority to interact and make changes to a specific part of an account?

Expand Down
232 changes: 0 additions & 232 deletions docs/zkapps/o1js-reference/README.mdx

This file was deleted.

Loading
Loading