Skip to content

Commit

Permalink
update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
YeeTsai committed Dec 27, 2022
1 parent 88660a6 commit 7319f4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
## Overview

### Installation

```bash
npm install @solvprotocol/erc-3525@latest
```

### Usage
Once installed, you can use the contracts in the library by importing them:

```solidity
pragma solidity ^0.8.9;
Expand All @@ -36,6 +38,8 @@ constructor()
}
```

To keep your system secure, you should always use the installed code as-is, and neither copy-paste it from online sources nor modify it yourself.

## Learn More

[ERC-3525 White Paper](https://whitepaper.sftlabs.io/SFT%20Whitepaper.pdf)
Expand Down

0 comments on commit 7319f4b

Please sign in to comment.