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: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,15 @@
14
14
15
15
# set.js
16
16
17
-
`set.js` is a library for interacting with Set Protocol V2 smart contracts.
17
+
`set.js` is a library for wrapping and interacting with Set Protocol V2 smart contracts.
18
18
This library enables you to create, issue, redeem, and trade for Sets.
19
19
20
+
For Set Protocol V2 smart contract function descriptions, visit our [docs](https://docs.tokensets.com/developers/contracts/protocol)
21
+
20
22
## Getting Started
21
23
22
24
1. Add this package to your project: `yarn install set.js`
23
-
2. Configure your Set.js instance to read from & write to [Ethereum, Polygon, or Optimism contracts](https://docs.tokensets.com/developers/contracts/deployed/protocol).
25
+
2. Configure your Set.js instance to read from & write to [Ethereum, Polygon, or Optimism contract addresses](https://docs.tokensets.com/developers/contracts/deployed/protocol).
24
26
Your configuration for Ethereum Mainnet (Production) might look like this:
0 commit comments