Source code and articles for clearness.dev/
-
build the blog with remix.run
-
og meta and images
-
open source the "voting" repo
- set license
-
analytics with plausible
-
open source blog repo
-
update licenses (inspired by overreacted)
-
improve existing "annexes" and "clarity" articles
- "from 0 to clarity" - how to get started with no coding experience
- "from JS to clarity" - transfer JS/TS knowledge to clarity
- "define functions" - read-only, public, privat - arguments and return/resonse types
- "deploy on mainnet and testnet"
-
series
- first series of articles "voting system"
- "build the web3 app" to interact with the voting system
- part 2 of "voting system": NFT reward, deployment
To run your Remix app locally, make sure your project's local dependencies are installed:
$ npm install
Afterwards, start the Remix development server like so:
$ npm run dev