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
Copy file name to clipboardExpand all lines: delegation-toolkit/get-started/install.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,11 @@ This page provides instructions to install and set up the MetaMask Delegation To
13
13
## Prerequisites
14
14
15
15
- Install [Node.js](https://nodejs.org/en/blog/release/v18.18.0) v18 or later.
16
-
- Install [Yarn](https://yarnpkg.com/), [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), or another package manager.
17
-
- If you plan to use any smart contracts (for example, to [create a custom caveat enforcer](../how-to/create-delegation/create-custom-caveat-enforcer.md)), install [Foundry](https://book.getfoundry.sh/getting-started/installation).
16
+
- Install [Yarn](https://yarnpkg.com/),
17
+
[npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), or another package manager.
18
+
- If you plan to use any smart contracts (for example, to
19
+
[create a custom caveat enforcer](../how-to/create-delegation/create-custom-caveat-enforcer.md)),
If you plan to extend the Delegation Framework smart contracts (for example, to [create a custom caveat enforcer](../how-to/create-delegation/create-custom-caveat-enforcer.md)), install the contract package using Foundry's command-line tool, Forge:
34
+
If you plan to extend the Delegation Framework smart contracts (for example, to
35
+
[create a custom caveat enforcer](../how-to/create-delegation/create-custom-caveat-enforcer.md)), install
36
+
the contract package using Foundry's command-line tool, Forge:
@@ -38,4 +43,5 @@ Add `@metamask/delegation-framework/=lib/metamask/delegation-framework/` in your
38
43
39
44
### 3. Get started
40
45
41
-
You're now ready to start using the MetaMask Delegation Toolkit. Check out the [Delegation Toolkit quickstart](quickstart.md) to walk through a simple example.
46
+
You're now ready to start using the MetaMask Delegation Toolkit.
47
+
Check out the [Delegation Toolkit quickstart](quickstart.md) to walk through a simple example.
0 commit comments