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

Fix Grammar, Spelling, and Formatting Issues #718

Merged
merged 1 commit into from
Dec 27, 2024
Merged
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Given state transitions are deterministic, this guarantees only one correct resu

For our research specification of BOLD, see [BOLDChallengeProtocol.pdf](docs/research-specs/BOLDChallengeProtocol.pdf).

For our a technical deep dive into BOLD, see [TechnicalDeepDive.pdf](docs/research-specs/TechnicalDeepDive.pdf)
For our technical deep dive into BOLD, see [TechnicalDeepDive.pdf](docs/research-specs/TechnicalDeepDive.pdf)

For documentation on the economics of BOLD, see [Economics.pdf](docs/research-specs/Economics.pdf)

Expand Down Expand Up @@ -41,7 +41,7 @@ math/
runtime/
Tools for managing function lifecycles
state-commitments/
Proofs, history commitments, and Merkleizatins
Proofs, history commitments, and Merkleizations
testing/
All non-production code
third_party/
Expand Down Expand Up @@ -143,7 +143,7 @@ Install [Foundry](https://book.getfoundry.sh/getting-started/installation) to ge
go test ./...
```

Alternatively, tests can be ran with Bazel as follows:
Alternatively, tests can be run with Bazel as follows:

```
bazel test //...
Expand Down Expand Up @@ -207,7 +207,7 @@ You should now have Go bindings inside of `solgen/go`

## Documentation

Go doc reference is available at [pkg.go.dev][https://pkg.go.dev/github.com/OffchainLabs/bold], and all documentation about the codebase can be found under `docs/`
Go doc reference is available at [pkg.go.dev](https://pkg.go.dev/github.com/OffchainLabs/bold), and all documentation about the codebase can be found under `docs/`

## Security Audit

Expand All @@ -217,8 +217,8 @@ The audit report can be found under [docs/audits/TrailOfBitsAudit](./docs/audits

## License

BOLD uses [Business Source License 1.1](./LICENSE)
BOLD uses [Business Source License 1.1](./LICENSE.md)

## Credits

Huge credits on this project go to those who created BOLD and were involved in its implementation: Ed Felten, Yafah Edelman, Chris Buckland, Harry Ng, Lee Bousfield, Terence Tsao, Mario Alvarez, Preston Van Loon, Mahimna Kelkar, Aman Sanghi, Daniel Goldman, Raul Jordan, Henry Arneson, Derek Lee, Victor Shoup
Huge credits on this project go to those who created BOLD and were involved in its implementation: Ed Felten, Yafah Edelman, Chris Buckland, Harry Ng, Lee Bousfield, Terence Tsao, Mario Alvarez, Preston Van Loon, Mahimna Kelkar, Aman Sanghi, Daniel Goldman, Raul Jordan, Henry Arneson, Derek Lee, Victor Shoup
Loading