Skip to content

Commit

Permalink
Text improvements, add sections, add logos
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Jan 18, 2024
1 parent 627bd4a commit c1f4744
Show file tree
Hide file tree
Showing 31 changed files with 2,132 additions and 522 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started/calling.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ slug: /getting-started/calling-your-contract
hide_title: true
---

<img src="/img/title/frontend.svg" className="titlePic" />

Now that your contract has been fully deployed, we can start interacting with it! Flipper only has
two functions: `flip()` and `get()`. We will show you what it's like to play with both of them.

Expand Down
2 changes: 1 addition & 1 deletion docs/third-party-tools/openbrush.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can find an example [here](https://learn.brushfam.io/docs/OpenBrush/smart-co

- **PSP22**: Fungible Token (*ERC20 equivalent*) with extensions.
- **PSP34**: Non-Fungible Token (*ERC721 equivalent*) with extensions.
- **PSP37**: *ERC1155 equivalent* with extensions.
- **PSP37**: ERC1155 equivalent with extensions.
- **Ownable** Restrict access to action for non-owners.
- **Access Control**: Define a set of roles and restrict access to an action by roles.
- **Reentrancy Guard**: Prevent reentrant calls to a function.
Expand Down
69 changes: 69 additions & 0 deletions static/img/chains/ternoa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c1f4744

Please sign in to comment.