Skip to content

Commit 331206b

Browse files
bjornwgnrRobbepop
authored andcommitted
fix typo & updated to frame/pallet (#305)
1 parent ca74ef1 commit 331206b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ For more information please visit [the ink! tutorial](https://substrate.dev/subs
3333

3434
### Interaction with Substrate
3535

36-
Susbtrate contains the `frame-contracts` module, which provides a generic
37-
smart contract interface for Wasm blobs. It takes care of e.g. state rent,
38-
storage, costs, etc..
36+
Substrate's [Framework for Runtime Aggregation of Modularised Entities (FRAME)](https://substrate.dev/docs/en/next/conceptual/runtime/frame) contains the `contracts` pallet, which provides a generic smart contract interface for Wasm blobs. It takes care of e.g. state rent, storage, costs, etc..
3937

4038
ink! is a smart contract language which targets the interface exposed by
41-
`frame-contracts`. As such, ink! smart contracts are compiled to Wasm.
39+
`contracts`. As such, ink! smart contracts are compiled to Wasm.
4240

4341
### Scripts
4442

0 commit comments

Comments
 (0)