Skip to content

Commit cc66574

Browse files
authored
1 parent 725f874 commit cc66574

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414

1515
# set.js
1616

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.
1818
This library enables you to create, issue, redeem, and trade for Sets.
1919

20+
For Set Protocol V2 smart contract function descriptions, visit our [docs](https://docs.tokensets.com/developers/contracts/protocol)
21+
2022
## Getting Started
2123

2224
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).
2426
Your configuration for Ethereum Mainnet (Production) might look like this:
2527

2628
```

0 commit comments

Comments
 (0)