You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/api/access](https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/api/access)
3
+
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/api/access](https://docs.openzeppelin.com/contracts-cairo/alpha/api/access)
4
4
5
5
This crate provides ways to restrict who can access the functions of a contract or when they can do it.
6
6
@@ -12,9 +12,9 @@ and assigned each to multiple accounts.
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/api/account](https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/api/account)
3
+
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/api/account](https://docs.openzeppelin.com/contracts-cairo/alpha/api/account)
4
4
5
5
This crate provides components to implement account contracts that can be used for interacting with the network.
6
6
@@ -12,11 +12,11 @@ This crate provides components to implement account contracts that can be used f
> **NOTE:** Documentation will soon be added to [https://docs.openzeppelin.com/contracts-cairo](https://docs.openzeppelin.com/contracts-cairo)
3
+
> **NOTE:** Documentation will soon be added to [https://docs.openzeppelin.com/contracts-cairo/finance](https://docs.openzeppelin.com/contracts-cairo/alpha/finance)
4
4
5
5
This crate includes primitives for financial systems.
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/api/governance](https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/api/governance)
3
+
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/api/governance](https://docs.openzeppelin.com/contracts-cairo/alpha/api/governance)
4
4
5
5
This crate includes primitives for on-chain governance.
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/api/introspection](https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/api/introspection)
3
+
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/api/introspection](https://docs.openzeppelin.com/contracts-cairo/alpha/api/introspection)
4
4
5
5
This crate handles [type introspection](https://en.wikipedia.org/wiki/Type_introspection) of contracts. In other words, it examines which functions can be called on a given contract. This is referred to as the contract's interface.
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/macros](https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/macros)
3
+
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/macros](https://docs.openzeppelin.com/contracts-cairo/alpha/macros)
4
4
5
5
This crate provides a collection of macros that streamline and simplify development with the OpenZeppelin library.
Copy file name to clipboardExpand all lines: packages/merkle_tree/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Merkle Tree
2
2
3
-
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/api/merkle-tree](https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/api/merkle-tree)
3
+
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/api/merkle-tree](https://docs.openzeppelin.com/contracts-cairo/alpha/api/merkle-tree)
4
4
5
5
This crate provides a set of utilities for verifying Merkle Tree proofs on-chain. The tree and the proofs can be
6
6
generated using this [JavaScript library](https://github.com/ericnordelo/strk-merkle-tree) both for Pedersen and Poseidon
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/presets](https://docs.openzeppelin.com/contracts-cairo/3.0.0-alpha.2/presets)
3
+
> **NOTE:** This document is better viewed at [https://docs.openzeppelin.com/contracts-cairo/presets](https://docs.openzeppelin.com/contracts-cairo/alpha/presets)
4
4
5
5
Presets are ready-to-deploy contracts provided by the library. Since presets are intended to be very simple and as
6
6
generic as possible, there’s no support for custom or complex contracts such as `ERC20Pausable` or `ERC721Mintable`.
@@ -10,9 +10,9 @@ For contract customization and combination of modules you can use
0 commit comments