You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ To use an existing function locally you don't need to do anything. Just check th
122
122
To create a new function, you will need to create two files:
123
123
124
124
- One in `src/lambda` where the logic will live. These are the ones that will be deployed to Netlify. These functions follow [this format](https://docs.netlify.com/functions/build-with-javascript/#synchronous-function-format).
125
-
- One in `src/api` that will be just a wrapper around the previous one in order to be compatible with Gatsby functions. More on the [Gatbsy docs](https://www.gatsbyjs.com/docs/reference/functions/getting-started/) for the format they follow.
125
+
- One in `src/api` that will be just a wrapper around the previous one in order to be compatible with Gatsby functions. More on the [Gatsby docs](https://www.gatsbyjs.com/docs/reference/functions/getting-started/) for the format they follow.
126
126
127
127
Typically, you will develop and test functions in the Gatsby context, by running `yarn start`.
128
128
@@ -1692,6 +1692,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
-[Reverse engineering a contract](/developers/tutorials/reverse-engineering-a-contract/)
299
-
-[Sending tokens using ethers.js](/developers/tutorials/send-token-etherjs/)
299
+
-[Sending tokens using ethers.js](/developers/tutorials/send-token-ethersjs/)
300
300
-[The Graph: Fixing Web3 data querying](/developers/tutorials/the-graph-fixing-web3-data-querying/)
301
301
-[Transfers and approval of ERC-20 tokens from a Solidity smart contract](/developers/tutorials/transfers-and-approval-of-erc-20-tokens-from-a-solidity-smart-contract/)
302
302
@@ -308,7 +308,7 @@ Below is a breakdown of the website pages each content bucket contains.
308
308
-[ERC-20 with safety rails](/developers/tutorials/erc20-with-safety-rails/)
309
309
-[Getting Started with Ethereum Development](/developers/tutorials/getting-started-with-ethereum-development-using-alchemy/)
310
310
-[How to mock Solidity smart contracts for testing](/developers/tutorials/how-to-mock-solidity-contracts-for-testing/)
311
-
-[Kickstart your dapp frontend development with create-eth-app](/developers/tutorials/kickstart-your-dapp-frontend-development-wth-create-eth-app/)
311
+
-[Kickstart your dapp frontend development with create-eth-app](/developers/tutorials/kickstart-your-dapp-frontend-development-with-create-eth-app/)
312
312
-[Logging data from smart contracts with events](/developers/tutorials/logging-events-smart-contracts/)
313
313
-[Merkle proofs for offline data integrity](/developers/tutorials/merkle-proofs-for-offline-data-integrity/)
314
314
-[Sending transactions using Web3](/developers/tutorials/sending-transactions-using-web3-and-alchemy/)
0 commit comments