Junø
Web
Discord
Github
Medium
Search…
Juno
Introduction
Home of CosmWasm
Economic Overview
Contributors
Brand Identity
Social/Resources/Updates
TUTORIALS
Wallets
Staking
Governance
Before submitting a proposal
Submitting a Proposal (CLI)
Command-Line Interface (CLI)
Introduction
Useful CLI Commands
Module Reference
Smart Contracts & Junod Development
Getting started
Junod Local Dev Setup
Interacting with Smart Contracts
Smart Contracts Installation
ERC-20 Tutorial
Installation
Download, Compile, Store
Initialise the Contract
Query and run commands
CW1 Tutorial
Nodes & Validators
Junod Installation and setup
Setting up Cosmovisor
Mainnet Setup and Tooling
Joining Mainnet
Mainnet Upgrades
Joining Testnet
Sync from Snapshot
Sync with state-sync
Relayers
Official Delegations Handbook
Sync Juno Classic
Powered By
GitBook
ERC-20 Tutorial
Make your own memecoin!
This will take you through uploading your own memecoin to the juno testnet.
It uses the examples in the
contracts/erc20
folder of the
cosmwasm-examples
repo.
There are four steps involved in working with a smart contract.
1.
Write the smart contract (already done here!)
2.
Store the smart contract on chain
3.
Instantiate the smart contract (configure and initialise it)
4.
Execute commands provided by the smart contract
We will go through all of these in this tutorial.
There is a video version available as well:
Smart Contracts & Junod Development - Previous
Smart Contracts Installation
Next
Installation
Last modified
5mo ago
Copy link