Skip to content

Commit

Permalink
Remove Wasp CLI mentions from build (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvandenhout authored Feb 27, 2024
1 parent a5fb619 commit f30d7cf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Visit the [Public Testnet Block Explorer](https://explorer.evm.testnet.shimmer.n

- [Wasp GitHub repository](https://github.com/iotaledger/wasp) (smart contracts node implementation)
- [GitHub issues page for Wasp](https://github.com/iotaledger/wasp/issues)
- [Wiki article on configuring wasp-cli](/wasp/how-tos/wasp-cli/)
- [EVM toolkit](https://evm-toolkit.evm.testnet.shimmer.network/)
- [ERC20 simulated token faucet](https://evm-faucet.testnet.shimmer.network)
- [Firefly Shimmer](https://firefly.iota.org)
Expand Down
17 changes: 0 additions & 17 deletions docs/build/isc/v1.0.0-rc.6/docs/getting-started/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,23 +164,6 @@ to, [Ethers.js](https://docs.ethers.io/) and [Web3.js](https://web3js.readthedoc
chains on IOTA Smart Contracts. Alternatively, you can let both interact through MetaMask instead so that it uses the
network configured in MetaMask. For more information on this, read their documentation.

## Wasp-cli

The Wasp CLI has some basic functionalities to manage an EVM chain. Given the [compatibility](compatibility.md) with
existing tooling, only the basics are covered to get started with IOTA Smart Contracts and EVM.

The JSON-RPC endpoint automatically starts with Wasp, and you can use the CLI tools to deploy a new chain that spawns up
a new EVM chain automatically and to deposit tokens to an EVM chain address. The following example allows you to deposit
your network's base token (IOTA on the IOTA network, SMR on the Shimmer network) to an EVM address. For example, the EVM
address can be a [Metamask](https://metamask.io/) generated address.

```shell
wasp-cli chain deposit <0xEthAddress> base:1000000
```

After this, you will have the balance on your Ethereum account available to pay for gas fees, for example, with
Metamask.

## Other Tooling

Most tools available will be compatible if you enter the correct `Chain ID` and `RPC Url`.
59 changes: 0 additions & 59 deletions docs/build/isc/v1.0.0-rc.6/docs/how-tos/EVM/using.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/build/isc/v1.0.0-rc.6/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ module.exports = {
label: 'EVM',
collapsed: true,
items: [
{
type: 'doc',
label: 'Use EVM in ISC',
id: 'how-tos/EVM/using',
},
{
type: 'doc',
label: 'Test Smart Contracts',
Expand Down

0 comments on commit f30d7cf

Please sign in to comment.