Commit Graph

25 Commits

Author SHA1 Message Date
r4bbit 6af96c0556
docs: add missing docs about fixing linting errors (#7) 2023-09-08 21:42:27 +02:00
r4bbit 3def4811ff
chore: add slither config (#4)
This is so we can run `slither .` in any of our projects.
2023-09-07 10:25:03 +02:00
r4bbit 43a1dff852
chore: add `PROPERTIES.md` to upstream differences (#3) 2023-08-10 09:17:09 +02:00
r4bbit 145cb6f7c9 chore: first template adjustments
This is an initial take on adjusting the foundry-template to the Vac's
smart contract unit's needs. In a nutshell what this does is:

1. Update README to not refer to upstream repo where not necessary
2. Removes PRBergTest library from dependencies
3. Removes `FUNDING.qml`
4. Adjust CI actions

There are more things to be done and decided on in follow-up commits.
2023-08-09 10:14:12 +02:00
Paul Razvan Berg 3b389fbf79
fix: fix template installation 2023-07-21 10:47:07 +02:00
Juan Pablo Capurro 8209998bd7
use solhint-community (#25)
* use solhint-community fork

We're trying to keep solhint afloat with a fork, and done some work on
it so far, mainly the no-unused-imports rule.

Any feedback is appreciated, hope this helps 

see announcement:
https://blog.capu.tech/announcing-solhint-community.html

* docs: update README

---------

Co-authored-by: Paul Razvan Berg <paul.razvan.berg@gmail.com>
2023-06-09 10:30:56 +02:00
dave | d1onys1us 11cc8b4fa1
chore: remove the (now deprecated) prettier plugin from README (#24)
* chore: remove the (now deprecated) prettier plugin from README

* Update README.md
2023-05-26 11:43:21 +03:00
Paul Razvan Berg dd56c9c0f1
feat: add "BaseScript"
refactor: rename "DeployFoo" to just "Deploy"
2023-04-29 13:11:35 +03:00
Paul Razvan Berg 277f09c6f9
docs: update wording in README 2023-03-16 18:50:47 +02:00
Paul Razvan Berg 079a699207
build: switch from yarn to pnpm 2023-03-12 12:03:13 +02:00
Paul Razvan Berg 3001b3bf86
refactor: switch to Nomic Foundation's extension 2023-03-02 21:01:30 +02:00
Paul Razvan Berg 5232046fce
docs: revise README with ChatGPT 2023-02-25 12:57:06 +02:00
Paul Razvan Berg be349dae78
chore: delete Husky configuration
build: remove unused Node.js deps
chore: delete Commitlint configuration
chore: delete unneeded ".solhintignore" file
chore: delete Lint Staged config
docs: delete "Conventional Commits" section in README
docs: delete "Git Hooks" section in README
docs: update README with latest set-up
2023-02-25 11:52:34 +02:00
Paul Razvan Berg c333dd8213
chore: run "forge fmt" on every commit
docs: update README with latest setup
2023-02-16 13:00:36 +02:00
Paul Razvan Berg d9208373a1
refactor: use mnemonic in deployment script
docs: document BIP39 mnmemonic in README
2023-02-07 14:10:42 +02:00
Paul Razvan Berg e0967de8c5
refactor: rename Foo to DeployFoo 2023-02-07 14:10:42 +02:00
Paul Razvan Berg b9342870e7
docs: capitalize GitHub username 2023-01-16 13:40:22 +02:00
Paul Razvan Berg 53d045743d
feat: add "[etherscan]" and "[rpc_endpoints]" configuration
docs: update deployment script usage in README
feat: add "INFURA_API_KEY", "ETHERSCAN_API_KEY"
refactor: replace "PRIVATE_KEY" with "MNEMONIC"
2023-01-08 22:19:42 +02:00
Paul Razvan Berg 53190331f6
docs: reference VSCode integration guide 2023-01-03 21:24:39 +02:00
Paul Razvan Berg d7a4c6c70f
docs: mention coverage command in README 2022-12-20 19:42:12 +02:00
Paul Razvan Berg 124aa29492
style: run Prettier over Markdown files 2022-10-16 12:55:21 +03:00
Ahmed Ali fc7320c454
Add rename script and GitPod badge (#5)
* docs: add gitpod badge

* chore: add "rename.sh" script

update README badges and package.json when spinning up template

* ci: add "create.yml" github action

automatically update README badges and package.json with new <user/repo-name> when spinning up the
template and commits "feat: initial commit"

* ci: polish "create.yml" script

Co-authored-by: Paul Razvan Berg <hello@paulrberg.com>
2022-10-04 13:21:35 +03:00
0xYYY 0ecb7c63e9 fix README repo link 2022-07-19 23:54:57 +08:00
Paul Razvan Berg 4aca913cb2
docs: add more details about Forge 2022-07-19 00:06:26 +03:00
Paul Razvan Berg 43e1e113f4
feat: initial commit 2022-07-17 21:57:09 +03:00