Skip to content

Source code of the Clearness blog. Learn to code Smart Contracts on Bitcoin thanks to Stacks and the Clarity Language

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE-code-snippets.txt
Unknown
LICENSE-posts.txt
MIT
LICENSE-website.txt
Notifications You must be signed in to change notification settings

hugocaillard/clearness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eeafa27 · Nov 5, 2022

History

62 Commits
Mar 17, 2022
Mar 17, 2022
Apr 15, 2022
Apr 8, 2022
Apr 11, 2022
Mar 23, 2022
Mar 17, 2022
Mar 18, 2022
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022
Mar 17, 2022
Apr 15, 2022
Apr 11, 2022
Nov 5, 2022
Nov 5, 2022
Mar 17, 2022
Nov 5, 2022
Mar 17, 2022
Apr 8, 2022
May 16, 2022
Mar 17, 2022
Mar 31, 2022

Repository files navigation

Clearness

Source code and articles for clearness.dev/

Roadmap

  • 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

Development

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