Skip to content

Commit

Permalink
chore: remove truffle
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Apr 25, 2024
1 parent ceadf52 commit e75661b
Show file tree
Hide file tree
Showing 6 changed files with 8,999 additions and 17,772 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ npm run docs

## Use web3 console in your browser (i.e. to use MetaMask)

By default, it takes contracts compiled with Truffle using the following command.

```bash
npm run truffle:compile
```

To use Hardhat compiled contracts adjust `./build/contracts` with `./artifacts` files in `bs-config.json`.

```bash
npm run dev
```
Expand Down
2 changes: 1 addition & 1 deletion bs-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"server": {
"baseDir": [
"./web-console",
"./build/contracts",
"./artifacts/contracts",
"./node_modules/web3/dist"
]
}
Expand Down
2 changes: 1 addition & 1 deletion dist/SampleContract.dist.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Sources flattened with hardhat v2.22.2 https://hardhat.org
// Sources flattened with hardhat v2.22.3 https://hardhat.org

// SPDX-License-Identifier: MIT

Expand Down
Loading

0 comments on commit e75661b

Please sign in to comment.