Lucky Money Funny App
Hi all, I have just released a tiny web3 application. This application comes from my friend’s actual need and I hope everyone has the same. INTRODUCTION Sometimes, he wants to…
i am who am i
Hi all, I have just released a tiny web3 application. This application comes from my friend’s actual need and I hope everyone has the same. INTRODUCTION Sometimes, he wants to…
Explore all AWS Certification exams HOW? Step 1: Complete courses and labs on https://acloudguru.com Step 2: Complete some exams on https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-professional (Optional) Step 3: Complete simulation exams and understand all…
Just a convention to make a good-looking contract. :3 STRUCTURE FORMAT & LINT Format standard Lint Verify before commit COMMIT RULEs DO use Semantic Commit Messages: https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716 DO use Git Branching…
Public Terraform source: https://github.com/nhancv/terraform.aws.public Best practice: https://docs.aws.amazon.com/whitepapers/latest/web-application-hosting-best-practices/an-aws-cloud-architecture-for-web-hosting.html I saw some mistakes of Full-stack developers about web hosting. To deliver better app should check some points: Make sure you optimize the…
STEPs S3 static website hosting bucket same domain name with direct mode Cloudfront using Origin domain of S3 website endpoint (NOT bucket name) + custom domain + custom SSL (via…
Getting started: https://solana.com/news/getting-started-with-solana-developmentDocs: https://docs.solana.comTerminology: https://docs.solana.com/terminologyCoin: SOLWallet: https://docs.solana.com/wallet-guide– App version: https://docs.solana.com/wallet-guide/apps– Web version: https://docs.solana.com/wallet-guide/web-wallets– Extension: https://phantom.app/– CLI: https://docs.solana.com/wallet-guide/cli Solana cluster explorers: http://explorer.solana.com/ http://solanabeach.io/ https://solscan.io/Token program (Token on Solana blockchain): https://spl.solana.com/tokenEnvironment setup…
Faster x13 times
First, create a mintable token ERC20Mintable Create EIP712 multi-signature MultiSigEIP712 Create test scripts_truffle/eip712.js scripts_truffle/eip712ex.js test/MultiSigEIP712.test.js Start test Ganache-cli does not support eth_signTypedData_v4, you need hardhat instead https://hardhat.org/hardhat-network/ # Install hardhat nodenpm…
To get interface id, use Remember interfaceId = xor of all selectors (methods) name and param type, don’t care to return type For example: Return zero with empty interface Return…
If you are a smart contract developer, you will need to consider something about the contract: Clean: No unused code, nonsense comment, Well document: Comment to all functions Formatted: Reformat,…