Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/pwa #86

Merged
merged 22 commits into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.vercel
4 changes: 4 additions & 0 deletions .vscode/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Core libraries:

- [React](https://react.dev) - Library for rendering UI and controlling basic state
- [Vite](https://vitejs.dev) - Build library for client UIs
- [Openzeppelin](https://docs.openzeppelin.com/contracts/4.x/) - Library for writing secure and audited smart contracts
- [EAS](https://attest.sh) - Contracts for making attestations and verifying claims
- [Envio](https://envio.dev) - Indexer for querying and indexing blockchain data
- [Foundry](https://book.getfoundry.sh/getting-started/installation) - Library for compiling and deploying smart contracts

## Contributing

Expand All @@ -48,7 +52,6 @@ If you would like to contribute here are the following steps:
- Once done open a [PR](<[https://github.com/wefa-labs/wefa/pulls](https://github.com/Oba-One/web3-starter-kit/pulls)>) to merge into the development branch of the starter kit repo
- Once approved make sure your branch is up to date with main and complete the merge.


### test

```forge test --fork-url https://base-sepolia-rpc.publicnode.com -vvvv```
`forge test --fork-url https://base-sepolia-rpc.publicnode.com -vvvv`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"viem": "^2.19.6"
},
"devDependencies": {
"@types/node": "22.5.1",
"concurrently": "8.2.2",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"wait-port": "1.1.0"
},
"engines": {
Expand Down
19 changes: 0 additions & 19 deletions packages/app/index.html

This file was deleted.

49 changes: 0 additions & 49 deletions packages/app/package.json

This file was deleted.

48 changes: 0 additions & 48 deletions packages/app/src/App.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions packages/app/src/components/Actions.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions packages/app/src/components/Info.tsx

This file was deleted.

Loading