January 15, 2023
Some useful Rust resources
- The Book (wish there was a way to get this as a PDF dynamically, using the print button to generate a PDF is unusable and crashes), which starts from scratch to develop the background familiarity to become comfortable reading, designing, and writing idiomatic Rust code. Good for total Rust noobs and possibly more junior people that w...
Read more
Read more
smsto:+18145594701:Robotic_cat
Read more
Read more
March 11, 2022
The state of web3 developer tooling
New! I have a web3 username now: arthurcolle.eth Feel free to send some ETH my way if you found the content of this post enriching. 🤗 There are a lot of tutorials that go over writing, testing and deploying smart contracts. MetaMask is a Ethereum ecosystem browser plugin that acts as a wallet as well as a gateway to approve or deny con...
Read more
Read more
March 11, 2022
Solidity types
Solidity is a smart contract programming language for the Ethereum Virtual Machine (EVM). You can execute contracts written in Solidity by deploying a contract to an address with sufficient ether (ETH tokens) to pay for gas, which is needed to pay for execution of smart contract bytecode on the Ethereum network. First we will take a lo...
Read more
Read more
December 17, 2021
[WIP] Hardhat for smart contract development
`npx hardhat` will create a new project and ask you how you wish to configure your project. The options are a basic sample project, a more advanced sample project, a project that uses Typescript instead of vanilla JS, and a last one that I can't immediately recall any longer. To compile smart contracts once they have been written and y...
Read more
Read more
I've never been satisfied with existing financial market data offerings. These services are generally absurdly expensive, the data provenance can frequently be unclear or worse, deliberately obfuscated to prevent users from being able to obtain the data themselves. Frequently, these services require bizarre, platform-specific setups an...
Read more
Read more