# Remixでスマコンをデプロイする **Published by:** [Something about Web3](https://paragraph.com/@0xkyosuke/) **Published on:** 2024-05-17 **URL:** https://paragraph.com/@0xkyosuke/remix ## Content 準備Remix(remix.ethereum.org)にアクセスするメタマスク等で、デプロイしたいチェーンにあらかじめ変更しておく下のコードをコピーしておく// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract Gm { function gm() public pure returns (string memory) { return "gm"; } } やり方(動画)https://vimeo.com/947462483 以上! ## Publication Information - [Something about Web3](https://paragraph.com/@0xkyosuke/): Publication homepage - [All Posts](https://paragraph.com/@0xkyosuke/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@0xkyosuke): Subscribe to updates - [Twitter](https://twitter.com/0xKyosuke): Follow on Twitter