Skip to content

Commit

Permalink
Update applications/chain-extension-suite.md
Browse files Browse the repository at this point in the history
Co-authored-by: S E R A Y A <[email protected]>
  • Loading branch information
deep-ink-ventures and takahser authored Dec 11, 2023
1 parent 53a20da commit a113c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/chain-extension-suite.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ If this grant is successfully implemented and received well by the community, we

### `pallet_assets_extensions` and `pallet_nfts_extensions`

The Substrate framework's FRAME provides `pallet_assets` for fungible tokens and `pallet_nft` for non-fungible tokens (NFTs), aligning with the prevalent token standards in the blockchain domain. On the smart contract side, ink! adheres to PSP-22 for fungible tokens and PSP-34 for NFTs.
The Substrate framework's FRAME provides `pallet_assets` for fungible tokens and `pallet_nfts` for non-fungible tokens (NFTs), aligning with the prevalent token standards in the blockchain domain. On the smart contract side, ink! adheres to PSP-22 for fungible tokens and PSP-34 for NFTs.

Within the objective of this grant we develop `pallet_assets_extensions` and `pallet_nft_extensions`. These extensions aim to expose chain extension functionality for `pallet_assets` and `pallet_nft`, thereby creating a bridge for enhanced interaction between the Substrate runtime and the smart contract environment of ink!.

Expand Down

0 comments on commit a113c01

Please sign in to comment.