diff --git a/README.md b/README.md index 945b26bb8..65167c71d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/packages/permissionless/README.md b/packages/permissionless/README.md index 63f5056e5..9e58fe3cb 100644 --- a/packages/permissionless/README.md +++ b/packages/permissionless/README.md @@ -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