Remix
Remix is a comprehensive toolset designed for contract development, suitable for users of all knowledge levels. It also serves as a learning lab for teaching and experimenting with EVM blockchains. With Remix, you can choose an environment to work from: either compiling your contracts using a sandbox blockchain in your browser (JavaScript VM), or using Injected Web3 that hands off the interface to a provider such as MetaMask, that in turn connects to your SKALE Chain endpoint.
Additional Remix Documentation
Click here for the official documentation.
Implementation Example
Click this link to load the following Hello World contract into the Remix IDE:
-
Contract Compilation
1. Select the
Solidity compiler
tab2. Select the
Compile
button -
Wallet Setup
1. Select the
Deploy & run transactions
tab2. Under environment select
Injected Provider
option -
Contract Deployment
Select the deploy button to have your contract available on the selected SKALE Chain