Skip to content

Commit

Permalink
Update what-can-you-build.md (#2133)
Browse files Browse the repository at this point in the history
Rectification of some sentences
  • Loading branch information
kaksv authored Feb 23, 2024
1 parent bf6e465 commit 41b0147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/md/en/docs/learn/what-can-you-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Individual pallets are typically easy to develop by using FRAME and easy for Sub

### Writing correct code

It's worth noting that pallets don't inherently provide any of type of protection or safeguards that smart contracts provide.
It's worth noting that pallets don't inherently provide any type of protection or safeguards that smart contracts provide.
With pallets, you control the logic available for runtime developers to implement.
You provide the methods, storage items, events, and errors that your module requires.
Pallets don't inherently introduce a fee or metering system.
Expand All @@ -101,7 +101,7 @@ This lack of built-in safeguards implies that you have a great deal of responsib

### Pallets outside of runtime development

Often, writing a pallet is the gateway to runtime development, giving you the opportunity to experiment with existing pallets and coding patterns without building a compete blockchain application.
Often, writing a pallet is the gateway to runtime development, giving you the opportunity to experiment with existing pallets and coding patterns without building a complete blockchain application.
Individual pallets also provide an alternative way you can contribute to a project without writing your own application.

Although writing and testing pallets is typically a stepping stone to building larger scale application, there are many examples of the value individual pallets can have to the ecosystem as a whole.
Expand Down Expand Up @@ -170,7 +170,7 @@ The only requirement is that your parachain or parathread must be compatible wit

### Planning parachain resource requirements

As a parachain, your project can offer functionality to a broader community in a more secure way that a private chain or a solo chain.
As a parachain, your project can offer functionality to a broader community in a more secure way than a private chain or a solo chain.
However, if you want to build a production-ready parachain, you should keep the following additional requirements in mind:

- You'll need a development team with sufficient skills and experience, whether that means programming in Rust or a background in UX design.
Expand All @@ -196,7 +196,7 @@ For example, building a parachain might be the best option for the following use
- Digital wallets
- Internet of things (IOT) applications
- Gaming applications
- Web 3.0 infrastructureM
- Web 3.0 infrastructure

### Explore building a parachain

Expand Down

0 comments on commit 41b0147

Please sign in to comment.