Michael FawoleforMichael Fawoleadisotech.hashnode.net路Oct 11, 2022How to name your token in solidityHello readers, in this article, I will be showing you how to create your own token with name, symbol and decimal in solidity. This is for beginner level. The first step to take is to declare all your state variables like this: pragma solidity ^0.5.0;...Discuss路15 likes路85 readscontract
Somnath BforChainPact Blogsomnathb-1674823484759.hashnode.net路Apr 16, 2023How to Create a Freelancer Contract in 2023If you're a freelancer, a solid contract can save you from a lot of headaches down the road. A contract clearly outlines the project scope, timelines, payment structure, and other important terms and conditions that govern the freelancer-client relat...DiscussFreelancing
Somnath BforChainPact Blogsomnathb-1674823484759.hashnode.net路Apr 16, 2023How to Create a Freelancer Contract in 2023If you're a freelancer, a solid contract can save you from a lot of headaches down the road. A contract clearly outlines the project scope, timelines, payment structure, and other important terms and conditions that govern the freelancer-client relat...DiscussFreelancing
Michael FawoleforMichael Fawoleadisotech.hashnode.net路Oct 11, 2022How to name your token in solidityHello readers, in this article, I will be showing you how to create your own token with name, symbol and decimal in solidity. This is for beginner level. The first step to take is to declare all your state variables like this: pragma solidity ^0.5.0;...Discuss路15 likes路85 readscontract