-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Isc Restructure - EVM how tos - basic contract, ERC20 , ERC721 and de…
…ploy (#1454) * saving working state * re-merge EVM and WASM * apply suggestions by @jlvandenhout * add simplified explanations in Learn * add and update get funds add tabs to tools delete magic contract how tos for the time being add introduction * first draft deploy a smart contract using remix or hardhat @todo add images and merge with tools section. * normalized how we call the ShimmerEVM testnet * fix links fix numbering * rebased on ISC/restructure saving working state @todo add dummy value to images @todo review ERC721 texts and update images * add how to mint the nft. create admonition for priorknowledge and remix ide\ delete unnecessary images align images in ERC20 update sample ERC721 contract
- Loading branch information
1 parent
4bdcce2
commit 2694cfe
Showing
19 changed files
with
363 additions
and
167 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
docs/build/isc/v1.0.0-rc.6/docs/_admonitions/_EVM-required-prior-knowledge.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
:::note Required Prior Knowledge | ||
|
||
This guide assumes you are familiar with the concept | ||
of [tokens](https://en.wikipedia.org/wiki/Cryptocurrency#Crypto_token) | ||
in [blockchain](https://en.wikipedia.org/wiki/Blockchain), | ||
[Ethereum Request for Comments (ERCs)](https://eips.ethereum.org/erc)(also known as Ethereum Improvement Proposals ( | ||
EIP)) | ||
, [NFTs](/learn/protocols/stardust/core-concepts/multi-asset-ledger#non-fungible-tokens-nfts), [Smart Contracts](/learn/smart-contracts/introduction) | ||
and have already tinkered with [Solidity](https://docs.soliditylang.org/en/v0.8.16/). | ||
|
||
You should also have basic knowledge on how to [create](../how-tos/EVM/create-a-basic-contract.md) and [deploy](../how-tos/EVM/deploy-a-smart-contract.mdx) | ||
a smart contract. | ||
|
||
::: |
5 changes: 5 additions & 0 deletions
5
docs/build/isc/v1.0.0-rc.6/docs/_admonitions/_deploy_with_hardhat.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
:::tip Deploy a Smart Contract with Hardhat | ||
|
||
Deploy a Solidity Smart Contract using Hardhat following our [how-to Deploy a Smart Contract guide](/isc/how-tos/EVM/deploy-a-smart-contract#hardhat). | ||
|
||
::: |
5 changes: 5 additions & 0 deletions
5
docs/build/isc/v1.0.0-rc.6/docs/_admonitions/_deploy_with_remix.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
:::tip Deploy a Smart Contract with Remix | ||
|
||
Deploy a Solidity Smart Contract using Remix following our [how-to Deploy a Smart Contract guide](/isc/how-tos/EVM/deploy-a-smart-contract#remix). | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
:::tip Remix | ||
|
||
This guide will use the [Remix IDE](https://remix.ethereum.org/), but you can use this contract with any IDE you are | ||
familiar with. | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.