Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad authored Sep 27, 2024
1 parent 7d7e9d6 commit 39c3f3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🏗️ Steel

**Steel is a framework for building smart contracts on Solana.** It provides of a set of helper functions, macros, and code patterns for scaffolding smart contracts. Steel is generally designed to be unopinionated, minimizing boilerplate and maximizing flexibility.
**Steel is a new framework for building smart contracts on Solana.** It provides a library of helper functions, macros, and code patterns for implementing secure and maintainable programs. Steel is generally designed to be unopinionated, minimizing boilerplate code and maximizing developer flexibility.

## Notes

Expand All @@ -11,19 +11,19 @@

- [ ] IDL generation.
- [ ] CLI with init script and localnet toolchain.
- [x] ~~Account validators and parsers.~~
- [x] ~~Account parsers and validation.~~

## Getting started

To build with Steel, add it to your workspace dependencies:

```
```sh
cargo add steel
```

To compile your program, use the standard Solana toolchain:

```
```sh
cargo build-sbf
```

Expand Down

0 comments on commit 39c3f3e

Please sign in to comment.