
Introduction to the course and what are we going to learn
Metamask Network configuration
Url: https://data-seed-prebsc-1-s1.binance.org:8545/
NetworkId: 97
Truffle network Configuration:
BSC Testnet url for provider: wss://data-seed-prebsc-1-s1.binance.org:8545
math paper of safemoon: https://reflect-contract-doc.netlify.app/
For the next class we will be using
The repo;
https://github.com/rodrigogk87/safemoon
you need to do: git clone https://github.com/rodrigogk87/safemoon
The commands i use in the command line for trufle are:
ref: gets the reference of the contract
ref = await SafeMoon.deployed()
rate: gets the current rate of safemoon fork token (rTotal/tTotal)
rate = (await ref._getRate()).toString()
rTotal: gets the value of rTotal
num = (await ref.getRtotal()).toString()
The repo is;
https://github.com/rodrigogk87/safemoon
you need to do: git clone https://github.com/rodrigogk87/safemoon
The commands i use in the command line for trufle are:
ref: gets the reference of the contract
ref = await SafeMoon.deployed()
rate: gets the current rate of safemoon fork token (rTotal/tTotal)
rate = (await ref._getRate()).toString()
rTotal: gets the value of rTotal
num = (await ref.getRtotal()).toString()
Here we will learn the basics on social media engagement using twitter and telegram and some tools to get more users into these platforms (don't want to spoil)
Most courses I have taken in my development experience only focus on developing a smart contract to have a token either ERC20 (ETH) or BEP20(BSC), but that's just the first step of a successful launch of any token; There are a lot of things that need to be done after that to have a high probability of success.
The blockchain industry is full of opportunities and one opportunity is in token development, most projects that are launched today have no real utility and those who manage to develop tokens with a real usage are the ones that will succeed.
In this course we will see how to develop and deploy ERC20 and BEP20 tokens, how Safemoon works and do a Fork, how to promote our Tokens on social medias like Twitter and Telegram, how to grow our communities by using the tools that the most successful Tokens use, like gleam, cross marketing, twitter insights, telegram bots and also we will learn how to list our Token on DXSale and launch it on a Dex.
In the end of this course you will have a good understanding about all the things that a successful token involves, its an amazing experience and I will try my best to teach you all this things that can change your life forever.