Skip to content

Commit

Permalink
Merge pull request #114 from Alexander-Herranz/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengxuan authored Dec 27, 2024
2 parents dc7cf51 + 2cd6ebc commit a737694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Zeto token contracts are all upgradeable contracts. They can be deployed with on

```console
export ZETO_NAME=Zeto_AnonEncNullifier
npx hardhat run scripts/deploy_upgradeable.js
npx hardhat run scripts/deploy_upgradeable.ts
```

- [deploy_cloneable](/solidity/scripts/deploy_cloneable.ts): Deploys the target contract, designated by the `ZETO_NAME` environment variable, as a [cloneable contract](https://blog.openzeppelin.com/workshop-recap-cheap-contract-deployment-through-clones).

```console
export ZETO_NAME=Zeto_AnonEncNullifier
npx hardhat run scripts/deploy_cloneable.js
npx hardhat run scripts/deploy_cloneable.ts
```

# Run The Hardhat Tests
Expand Down

0 comments on commit a737694

Please sign in to comment.