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
zkEVM Contracts is a library of smart contracts targeted at developers who wish to quickly build and deploy their smart contracts on the Immutable zkEVM, a general-purpose permissionless L2 zero-knowledge rollup. The library allows developers to build on contracts curated by Immutable, including (but not limited to):
5
+
Immutable Contracts is a library of smart contracts targeted at developers who wish to quickly build and deploy their smart contracts on the Immutable X and Immutable zkEVM, a general-purpose permissionless L2 zero-knowledge rollup. The library allows developers to build on contracts curated by Immutable, including (but not limited to):
6
6
7
7
- Token presets, e.g. ERC721
8
8
@@ -19,19 +19,19 @@ These contracts are feature-rich and are the recommended standard on Immutable z
19
19
### Installation
20
20
21
21
```
22
-
$ yarn install @imtbl/zkevm-contracts
22
+
$ yarn install @imtbl/contracts
23
23
```
24
24
25
25
### Usage
26
26
27
27
#### Contracts
28
28
29
-
Once the `zkevm-contracts` package is installed, use the contracts from the library by importing them:
29
+
Once the `contracts` package is installed, use the contracts from the library by importing them:
0 commit comments