Create Your Own Token - Ethereum Smart Contract Development in Solidity

  Рет қаралды 20,111

CodePulse

CodePulse

Күн бұрын

Пікірлер: 71
@JinskuKripta
@JinskuKripta 3 жыл бұрын
When you'll release the 3rd part of the kernel? It's a great serie.
@CodePulse
@CodePulse 3 жыл бұрын
In a couple months hopefully
@geetanshgautam
@geetanshgautam 3 жыл бұрын
@@CodePulse what will it be about, if you don't mind me asking.
@prabhatchanchal
@prabhatchanchal 3 жыл бұрын
@@CodePulse please do it ASAP. That series is best on internet...
@thatgurkangurk
@thatgurkangurk 3 жыл бұрын
@@CodePulse YES MOREEE ( I'm bACKCkCkCk )
@Mikee660
@Mikee660 3 жыл бұрын
@@CodePulse hello let's say i need help i want to make 50 million tokens how much money will it cost me Or can I regret later and delete all of these tokens Let's say I created these tokens, I have 50 million of them and I want to release only 40 million of them. Can I and finally when I release it I can adjust the price and after I set it, will everyone buy or sell at that price or will the price increase over time.
@letshangthegame7627
@letshangthegame7627 3 жыл бұрын
I love your videos and I love to see some awesome video about creating own visual programming for scratch.
@-sarangpark5750
@-sarangpark5750 3 жыл бұрын
If you do continue the OS series, can you do a tutorial on installing python or C on it?
@CodePulse
@CodePulse 3 жыл бұрын
I don't know if I'll be able to get python running on it, but hopefully C. When you mean install C on it, do you mean the C compiler? That would also be a difficult task.
@triunduo4410
@triunduo4410 3 жыл бұрын
i like this guy so far
@ArcticSilverFox1
@ArcticSilverFox1 3 жыл бұрын
What is the use-case of having your own token? How is it different from just watching someone's bitcoin/Ethereum wallet to see if a deposit has been made?
@CodePulse
@CodePulse 3 жыл бұрын
See this other comment I made: imgur.com/3AIN0Z6 You need to add a custom use case to your token to make it valuable, in the same way that you need to come up with a creative idea when starting a business.
@ArcticSilverFox1
@ArcticSilverFox1 3 жыл бұрын
@@CodePulse Thanks!
@Amteth
@Amteth 2 жыл бұрын
Can you make a complete tutorial on how to build a complete erc 20 tokens with all functions such as burn, tax on buy and sell, and how to secure the contract including how to list the token on uniswap, adding LP etc. Thanks
@CompactStar
@CompactStar 3 жыл бұрын
Request: Create a new version of your programming language/math interpreter series.
@CodePulse
@CodePulse 3 жыл бұрын
Sorry probably not (at least for the foreseeable future)
@MorisanAV
@MorisanAV 3 жыл бұрын
I was hoping you'd follow the ERC20 spec lol Great video nonetheless!
@CodePulse
@CodePulse 3 жыл бұрын
I wanted to keep things as simple as possible in this video for new developers. I'll make a tutorial for ERC20 at some point.
@Silvertestrun
@Silvertestrun 2 жыл бұрын
Ty
@pranaypallavtripathi2460
@pranaypallavtripathi2460 3 жыл бұрын
More videos on these topics please
@CodePulse
@CodePulse 3 жыл бұрын
Coming soon :)
@Zilverbacks
@Zilverbacks 3 жыл бұрын
please can you do a video on dapps for THETA, considering its EVM compatible with Solidity
@youngdali8513
@youngdali8513 3 жыл бұрын
Pure gold
@asapkode9202
@asapkode9202 3 жыл бұрын
Can you finish the "create your own os" series?
@CodePulse
@CodePulse 3 жыл бұрын
I'm working on it
@asapkode9202
@asapkode9202 3 жыл бұрын
@@CodePulse your channel is a goldmine. Thx for all you do
@Mikee660
@Mikee660 3 жыл бұрын
let's say i need help i want to make 50 million tokens how much money will it cost me Or can I regret later and delete all of these tokens Let's say I created these tokens, I have 50 million of them and I want to release only 40 million of them. Can I and finally when I release it I can adjust the price and after I set it, will everyone buy or sell at that price or will the price increase over time.
@CodePulse
@CodePulse 3 жыл бұрын
@@Mikee660 The price of a token depends on its value. For example starbucks might give out "coffee voucher" tokens promising to exchange them for a cup of coffee, therefore they have value. If you give yourself all the initial tokens, you can control how many to release to the public. The more tokens you hold, the more influence you'll have on the price. However, if you sell for too high of a price, no one will buy the tokens.
@abkwldusman5093
@abkwldusman5093 2 жыл бұрын
I want to know how to create my own token from scratch to adding liguidity, listing in exchange, list price tracker like coingecko and so on sir
@richardhumphrys7907
@richardhumphrys7907 3 жыл бұрын
Is it possible to create a contract and then have these new unique tokens put onto a hardware wallet key ?
@CodePulse
@CodePulse 3 жыл бұрын
Yes. Your hardware wallet should have an address. All you have to do is send the tokens to that address. (You must deploy the contract first, which I didn't cover in this video.).
@mohithmk4196
@mohithmk4196 3 жыл бұрын
Request: Can you do a remake of the programming language series? If you do plan to, can it be in python? Love ur videos
@CodePulse
@CodePulse 3 жыл бұрын
Probably not, at least not for a while
@mohithmk4196
@mohithmk4196 3 жыл бұрын
ok no problem
@kingundead4310
@kingundead4310 3 жыл бұрын
Can you teach us how to make your own Cryptocurrency?
@CodePulse
@CodePulse 3 жыл бұрын
What I have shown in this video could be considered a "cryptocurrency". Perhaps you want to learn how to create your own blockchain on which your cryptocurrency runs?
@kingundead4310
@kingundead4310 3 жыл бұрын
@@CodePulse Yes... I tried to do that in python already. It was going well until I got to the P2P networking stuff.
@kingundead4310
@kingundead4310 3 жыл бұрын
If you can do a tutorial on that... That would be amazing. Also this code looks a lot like code from a Microsoft repo on GitHub.
@CodePulse
@CodePulse 3 жыл бұрын
@@kingundead4310 I might try that some day. It's a lot of work to make a blockchain though.
@kingundead4310
@kingundead4310 3 жыл бұрын
@@CodePulse I’ve mad one before so I know where your coming from.
@chriscooper339
@chriscooper339 2 жыл бұрын
Any tips on where to go from here?
@CodePulse
@CodePulse 2 жыл бұрын
You could learn about ERC20 tokens, maybe find a tutorial on how to create one.
@robertandrebeccahenley3836
@robertandrebeccahenley3836 3 жыл бұрын
How Do You Pair Your Token Or Set Begining Value?
@CodePulse
@CodePulse 3 жыл бұрын
A token can only have value if you give it value. However, if you control all the tokens in circulation you can control it's initial price. You can sell your token at any price you wish. This is called an ICO (initial coin offering). However people will only buy at that price if they believe the token has sufficient value. Once tokens are in circulation the price can drop below the initial price based on market supply/demand.
@shauryapuri4246
@shauryapuri4246 3 жыл бұрын
Please more vedios most likely 3rd part of operating system.
@CodePulse
@CodePulse 3 жыл бұрын
That will be in July if everything goes to plan.
@arthur6999
@arthur6999 3 жыл бұрын
language in cpp soon?
@CodePulse
@CodePulse 3 жыл бұрын
What do you mean?
@Librax1110
@Librax1110 3 жыл бұрын
@@CodePulse probably a c++ tutorial
@GrittyMaholmes
@GrittyMaholmes 3 жыл бұрын
i am still waiting for the Operating Systems third part to come
@jonathancooper1653
@jonathancooper1653 3 жыл бұрын
Very cool!
@ekenedilichukwu3179
@ekenedilichukwu3179 3 жыл бұрын
perfect!
@Mikee660
@Mikee660 3 жыл бұрын
let's say i need help i want to make 50 million tokens how much money will it cost me Or can I regret later and delete all of these tokens Let's say I created these tokens, I have 50 million of them and I want to release only 40 million of them. Can I and finally when I release it I can adjust the price and after I set it, will everyone buy or sell at that price or will the price increase over time.
@CodePulse
@CodePulse 3 жыл бұрын
All tokens are free to create and don't have value unless you give them value. For example, if you print Monopoly money, you're probably not going to get anyone to buy them off you. The price is naturally determined by the supply/demand for your token, but the demand only comes if your token has value. If your token doesn't really have any value, you can still choose to sell it for more than it's worth. But chances are no one will buy it off of you. Your token could act as a sort of collectible. For example, you might create a token for a KZbin channel, and your subscribers might be interested in buying it to support you. The tokens acts like a proof of donation that one can boast to their friends about. People holding your token could have power to vote on changes to your smart contract that would benefit the token holders. This is common with DAOs (Decentralized Autonomous Organisations), which behave like virtual decentralized companies. You could also decide to give token holders shares of profits that your smart contract makes. To do this though, your smart contract has to actually make profits or create value. This is out of scope for this comment. As an example, people holding the UNI token get a small percentage of profits from transaction fees on the Uniswap exchange. I hope this gives you a good understanding on how a certain price would come about for your token. If you think of a token like a share in a business, these tokens will only increase in value if the business if making profits or has speculative potential to make profits.
@norb3695
@norb3695 3 жыл бұрын
When I was this early I was watching the Apollo missions in the womb, and Im 12 years old.
@santeripit7740
@santeripit7740 3 жыл бұрын
New video on OS series pls
@CodePulse
@CodePulse 3 жыл бұрын
Coming in July if all goes to plan.
@slendi9623
@slendi9623 3 жыл бұрын
You should make a Discord server
@CodePulse
@CodePulse 3 жыл бұрын
I do have a Discord server for Patreon supporters. Oh hey, is this the same slendi I remember from a long time ago?
@YOOOOOOOOOOOOOOOOOOOOOOOOOOOO
@YOOOOOOOOOOOOOOOOOOOOOOOOOOOO 3 жыл бұрын
How old are you?
@CodePulse
@CodePulse 3 жыл бұрын
18
@hdfsyu
@hdfsyu 3 жыл бұрын
why r u not online u have been offline for a long time!
@CodePulse
@CodePulse 3 жыл бұрын
Been busy.
@hdfsyu
@hdfsyu 3 жыл бұрын
@@CodePulse oh so after a few months u will release the 3rd part of the kernel/os series... Probably september
@Iamghostbear
@Iamghostbear 3 жыл бұрын
when I do this it shows your address.. how? shouldn't it show my address as the minter lol
@Iamghostbear
@Iamghostbear 3 жыл бұрын
it shows the same address in my accounts tab as yours... am i missing something here? im confused lol first coding experience
@CodePulse
@CodePulse 3 жыл бұрын
The remix website probably gives everyone the same address. This is only a testing address. If you deploy a real version of the contract (which I will make a video on how to do soon), you'll be able to use your own address.
@pankajjoshi8292
@pankajjoshi8292 2 жыл бұрын
Can u help my project Hi Folks ! In remix id . In remix id , I have an issue can anyone help me. How to transfer ether from one account to another account / smart contract as parameter of a function without using Value Textbox in remix id. Example Function donate(uint eth) public payable { msg.sender.balance -= eth; // balance gets deducted from account } I do not want to use value button in remix ide , because we all have to make frontend later and ether amount must be passed a parameter of any function . I am currently stuck here After this project is completed I will post it back for others to learn and integrate solidity frontend truffle and ganache. Thankx mates
ERC20 Token Tutorial | Create Your Own Cryptocurrency
1:13:56
Block Explorer
Рет қаралды 140 М.
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 40 МЛН
КОГДА К БАТЕ ПРИШЕЛ ДРУГ😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 7 МЛН
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 193 МЛН
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 109 МЛН
How To Create a Token (Step-by-Step ERC20 Code Explained)
17:20
Whiteboard Crypto
Рет қаралды 135 М.
Code Your First Smart Contract on Ethereum | Beginner Tutorial
23:32
Transfer ERC20 token from your Solidity smart contract
7:40
Artur Chmaro
Рет қаралды 46 М.
Make YOUR OWN Programming Language - EP 1 - Lexer
15:56
CodePulse
Рет қаралды 490 М.
How to Create an NFT Minting Smart Contract (Ethereum)
15:02
Reece Hunter
Рет қаралды 33 М.
What is ethereum, and how does it work?
11:38
CNBC International
Рет қаралды 135 М.
Create a token on Binance Smart Chain | Beginner Tutorial
29:53
EatTheBlocks
Рет қаралды 596 М.
How to make your own cryptocurrency scam
19:55
Full Value Dan
Рет қаралды 668 М.
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 40 МЛН