Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Feb 13, 2024
1 parent a55e988 commit 96b74ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ This turborepo uses [Yarn](https://classic.yarnpkg.com/) as a package manager. I

### Packages

| Name | Description |
| ----------- | ----------------------------------------- |
| `lens` | Everything realted to Lens |
| `abis` | Contract Interfaces |
| `helpers` | Collection of browser and generic helpers |
| `ui` | UI components |
| `constants` | Constants for the entire application |
| `config` | Shared lint config |
| Name | Description |
| ---------------- | ----------------------------------------- |
| `lens` | Everything realted to Lens |
| `abis` | Contract Interfaces |
| `helpers` | Collection of browser and generic helpers |
| `ui` | UI components |
| `constants` | Constants for the entire application |
| `config` | Shared lint config |
| `permissionless` | Permissionless signup contracts |

## Getting Started

Expand Down
17 changes: 8 additions & 9 deletions packages/permissionless/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# Tape Signup
# Tape Signup Contract

Try running some of the following tasks:
| Network | Address |
| ----------------- | -------------------------------------------- |
| `Polygon Mainnet` | `0x68357D5F02a3913132577c7aC0847feade9a05aC` |
| `Polygon Mumbai` | `0x21970AD5c43e90184A62674fAC54f4Bed030Fb74` |

```shell
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts
```
Try running some of the following tasks:

### Compile
```
npx hardhat compile
```

### Deploy
```
npx hardhat run scripts/deploy.ts --network polygon
npx hardhat verify 0x68357D5F02a3913132577c7aC0847feade9a05aC --network polygon
Expand Down

0 comments on commit 96b74ad

Please sign in to comment.