Articles by Grizzly Peak Software
Filter by topic:All3D DesignAgentic AIAIAI AgentsAI Agent ToolsAI Assisted DevelopmentAI DevelopmentAI Image GenerationAI Integration & DevelopmentAI & Machine LearningAPI AuthenticationAPI MonetizationAPIsArtificial IntelligenceAutomationBlockchainBuilder's JournalBusinessCareerCareer DevelopmentCareers in Software Engineeringcloud infrastructureCloud & InfrastructureContent ManagementCryptocurrency DevelopmentCrypto DevCrypto DevelopmentDevopsDigital BankingFintechFintech APIsGame DevelopmentHealthy HabitsJavaScript/Node.jsLife & CareerLLMsMachine LearningMicroservicesML/AI in FintechModel Context ProtocolModern Development ToolsNGINXNode.jsProduct OwnershipPythonSaaSSEOSoftware EngineeringTech JobsTraditional FinanceWeb3 Crypto DevelopmentWordpress
2 articles found in Crypto Dev
Crypto Dev
How to create an ERC20 token contract for Ethereum
In this article are are going to write the code to create our own cryptocurrency token, leveraging the ERC-20 token smart contract for Ethereum. This is the fourth article in our serious about cryptocurrency and web3 development for Ethereum using Solidity.
Read ArticleCrypto Dev
Creating an Ownable Smart Contract in Solidity for Ethereum
When it comes to smart contracts, being able to provide access control is incredibly important. Certain functions, such providing the ability to mint a token, or transfer an asset, need to utilize access control in order to make sure that unauthorized calls to functions cannot be made.
Read Article