The Smart Ape πŸ”₯ Profile picture
May 7, 2023 β€’ 21 tweets β€’ 16 min read β€’ Read on X
I created my #memecoin : the $SAPE πŸͺ™

Let me show you how you can create your own memecoin in 3 minutes! βŒ›

(Only for educational purposes, do not use it to scam) ⚠️

THREAD 🧡 Image
In this THREAD I will show you how to create a memecoin from A to Z without any technical skills.

The objective is to show you how easy it is and that anyone can do it.

You've probably bought a token that was created as simply as that. ;)

1/
Steps to create a token:
1️⃣ Create the smart contract
2️⃣ Compile the smart contract
3️⃣ Deploy the smart contract
4️⃣ Use the token (create LP for example)

2/
Creating the smart contract is the most technically complex part.

To facilitate, we'll use an interactive generator from Openzeppelin.

OpenZeppelin is an open-source smart contract library for the Ethereum platform, used to secure blockchain projects and tokens.

3/
To use this generator, simply search for "contract wizard OpenZeppelin" on the internet.

You then come to a page that looks like this: πŸ‘‡

4/ Image
This interface simply enables you to generate the complete smart contract interactively without knowing how to code.

Fill in the top boxes as you wish.
I decided to call my token "Smart Ape Token", to take $SAPE as the symbol and a max supply of 21M (yes as Bitcoin)!

5/ Image
Then you have to tick the boxes that will enable you to determine the characteristics and functions of your smart contract.

You can tick everything to have the maximum control over your Token. To understand what each box corresponds to, you can press "?" " to know more.

6/ Image
Important boxes to check are:
"Mintable": Creator can create more supply
"Burnable": Holder can burn token
"Ownable": Only the creator can use important functions

7/
After completing the first part and ticking the boxes, the interface gives you a complete code that creates the ERC20 token according to what you have entered.

Now you need to compile the smart contract using @EthereumRemix (Remix Online IDE).

8/
In the Remix "contract" folder, create a new file and name it "memecoin.sol".

Copy-paste the script given by OpenZeppelin on the new remix file created.

9/ Image
Then compiles the smart contract, and be careful to select the same version as the one displayed on the script.

Compiling a .sol file in Solidity is used to convert the human-readable Solidity code into machine-readable bytecode for execution on the blockchain.

10/ Image
After compiling, the smart contract must be deployed in the Blockchain (Arbitrum for me).

For that, you have to :
- Select the right environment "Injected Provider - Metamask"
- Click "Deploy"
- Validate the transaction

11/ Image
After validating the transaction, make sure you have received a validation message.

If the deployment did not work, check the transaction fees.

Now let's see in the block explorer if everything went well.

12/ Image
Enter the address that you used for the deployment in the block explorer (her Arbiscan).

You should see a "Contract Creation" transaction.
This is the transaction that created your token. You should also see the token you created with the supply you defined ($SAPE here).

13/ Image
TADAAA!

In 3 minutes, we created a token with a 21M supply that we have in our wallet.

Many scams consist of creating LPs with these tokens and reselling everything when a certain number of people have bought them, please don't do that!

14/
If you want, you can interact with your contract to mint more tokens for example.

To do this, return to Remix in the deployment window.
Since the contract is already deployed, you just fill in the contract address box and click β€˜At Address’.

15/ ImageImage
You can use the "mint" function to mint tokens which will be sent to the address specified.

So I go from 21M to 21,000,001 total supply.
Since we ticked the "Ownable" box, only the creator of the contract can mint new tokens.

16/ Image
I hesitated for a long time to show you this but I wanted you to understand how easy it is to create a token and then sell it.

Before buying a memecoin next time, ask yourself if it was not created in the same way to scam you.

Follow me for more content like this.

17/

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with The Smart Ape πŸ”₯

The Smart Ape πŸ”₯ Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @the_smart_ape

Jul 12
DeFi Looping is an underutilized strategy with impressive yields, especially with FlashLoans.

Previously, you had to be a developer to use them, but not anymore.

Discover this revolution πŸ§΅πŸ”½ Image
DeFi Looping is a strategy that increases yield by making winning loops.

These strategies are fascinating in cases where the deposit APY is higher than the borrow APY.

In these cases, you can:
β€’ Deposit (X%) – Borrow (Y%) – Deposit – Borrow – …

X > Y Image
Theoretically, these loops can go on infinitely and provide infinitely large yields.

However, what limits this is the LTV, usually 70-80%, which corresponds to the percentage of the loan relative to the deposit.

70% LTV means you can borrow 70% of the deposited amount.

Generally, after 10 loops, you reach the limit, so the yield is not infinite but still very good!Image
Read 17 tweets
Jul 11
The blockchain pays you for your computing power and bandwidth, while Windows takes them for free.

Most users are unaware of this!

Here's a step-by-step guide to disable it πŸ§΅πŸ”½ Image
Windows doesn't tell you, but they use your computer's processing power.

This power belongs to you, and every month, you're the one paying for the energy consumed by your PC, including the energy used by Windows.

Plus, it wears down your CPU.
To disable this, it's very simple, anyone can do it:

β€’ Click on the Windows icon
β€’ Go to "Settings"
β€’ Click on "Windows Update"
β€’ Go to "Advanced Options"
β€’ Then click on "Delivery Optimization"
β€’ Turn off the first toggle at the top
Read 9 tweets
Jul 10
3 years ago, I lost part of my seed phrase in a fire.

But with special techniques, I managed to restore it.

Here’s how you can recover your private keys too. Image
Due to a gas problem, a fire ravaged part of my apartment.

Thank God there were no human casualties, but many valuable items were burned.

Among them was a part of my seed phrase containing all my funds.

I finally managed to restore it with this technique πŸ‘‡ Image
Seed phrases typically use the BIP 39 standard.

This is a list of 2048 words that are used in all seed phrases.

The probability of finding a complete seed phrase is 1 / 2048^24 = 1 / 2^264 = 4.3 * 10^-80.

This is an extremely low probability. Image
Read 19 tweets
Jul 9
Don't be stupid!

You think Bitcoin, Ethereum, Solana ETFs are good for the ecosystem?

You're wrong! They're nothing but Trojan horses to make controllable what was meant to be uncontrollable.

Here is what you need to know πŸ§΅πŸ”½ Image
I'm desperate when I see everyone rejoicing over the approvals of ETFs Bitcoin, Ethereum, etc.

Have you never found it strange that suddenly major institutions are interested in crypto?

Don't be a sheep, you absolutely need to understand what's happening. Image
In the past, BlackRock was a big critic of Bitcoin.

Larry Fink said, "Bitcoin just shows you how much demand for money laundering there is in the world. That's all it is."

And then suddenly, they magically understood it was a revolutionary technology and released a spot ETF on it!

Don’t you find that strange?
Read 19 tweets
Jul 7
Cheap country + 100% remote job = Perfect combo

I've been doing this for years, and it's the best way to grow!

Here's a step-by-step guide to living a life worth living πŸ§΅πŸ”½

(Attention, your life might change after reading this.) Image
Since childhood, we've been led to believe that life is all about work!

It wasn't until I had my first child that I realized life isn't about work, it's about flourishing through personal development, which can be facilitated by work. Image
Unfortunately, many people endure work as an obligatory passage to meet their basic needs and those of their families (drinking, eating, housing, energy, etc.).

The first thing to do is to reduce these costs in two different ways πŸ‘‡ Image
Read 18 tweets
Jul 3
Don't listen to those saying it's the best time to buy!

Another crisis is coming, and Bitcoin might take a big hit!

Read this before making your decision πŸ§΅πŸ‘‡ Image
Many are telling you that it's the best time to buy.

That would have been the case if $9B in BTC wasn't about to be released into the market all at once.

This event will have a major impact on the ecosystem, so let's put aside feelings, stay neutral, and see what the impact might be πŸ‘‡Image
As you probably know, Mt. Gox was a CEX based in Japan, one of the largest at its time (2010-14).

They suffered several hacks that led to their closure and blocked all their clients' funds.

In total, 850,000 $BTC were lost by Mt. Gox. Image
Read 15 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(