Skip to content

Commit

Permalink
Add EVM page (#515)
Browse files Browse the repository at this point in the history
* Add EVM page

* Remove cadence in top nav

* Change to "EVM"

* Fix url

* Remove

* Move to own page

* Remove page and add redirect

* Add slash to url

* Change old links

* Fix grammar

* Remove unused category

* Fix links

* Add positioni

* Add to sidebars

---------

Co-authored-by: Chase Fleming <[email protected]>
  • Loading branch information
chasefleming and chasefleming authored Jan 17, 2024
1 parent 2163720 commit 169a190
Show file tree
Hide file tree
Showing 16 changed files with 75 additions and 895 deletions.
2 changes: 1 addition & 1 deletion docs/build/basics/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ transaction(greeting: String) {

**Arguments**

Transactions may declare parameters it needs during execution, these must be provided as input arguments when sending a transaction. You can think of them as function arguments. Currently, we provide [arguments in the JSON-Cadence Data Interchange Format](../smart-contracts/cadence-reference/json-cadence-spec.md). Which is a human-readable JSON format. The sample script from above accepts a single `String` argument.
Transactions may declare parameters it needs during execution, these must be provided as input arguments when sending a transaction. You can think of them as function arguments. Currently, we provide [arguments in the JSON-Cadence Data Interchange Format](https://cadencelang.dev/docs/1.0/json-cadence-spec). Which is a human-readable JSON format. The sample script from above accepts a single `String` argument.

**Reference Block**

Expand Down

This file was deleted.

Loading

1 comment on commit 169a190

@vercel
Copy link

@vercel vercel bot commented on 169a190 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.