Skip to content

Commit 6956628

Browse files
authored
Ripping out hardhat (#468)
* Delete autogen docs * delete hardhat config * remove hardhat tasks * remove unused utils * remove unused /test * remove unused scripts * remove hardhat related deps * update readmes * Add ethers as dev dependency
1 parent 1b6f24f commit 6956628

File tree

497 files changed

+256
-128700
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

497 files changed

+256
-128700
lines changed

README.md

+1-19
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm i @thirdweb-dev/contracts
2525
2. `forge install`: install tests dependencies
2626
3. `forge test`: run the tests
2727

28-
This repository is a hybrid [hardhat](https://hardhat.org/) and [forge](https://github.com/foundry-rs/foundry/tree/master/forge) project.
28+
This repository is a [forge](https://github.com/foundry-rs/foundry/tree/master/forge) project.
2929

3030
First install the relevant dependencies of the project:
3131

@@ -41,30 +41,12 @@ To compile contracts, run:
4141
forge build
4242
```
4343

44-
Or, if you prefer hardhat, you can run:
45-
46-
```bash
47-
npx hardhat compile
48-
```
49-
5044
To run tests:
5145

5246
```bash
5347
forge test
5448
```
5549

56-
To export the ABIs of the contracts in the `/contracts` directory, run:
57-
58-
```
59-
npx hardhat export-abi
60-
```
61-
62-
To run any scripts in the `/scripts` directory, run:
63-
64-
```
65-
npx hardhat run scripts/{path to the script}
66-
```
67-
6850
## Pre-built Contracts
6951

7052
Pre-built contracts are written by the thirdweb team, and cover the most common use cases for smart contracts.

docs/AccessControl.md

-207
This file was deleted.

0 commit comments

Comments
 (0)