https://casper-rust.vercel.app/
brgltd_casper-rust_001_20220415.mp4
- Live coding challenges to be completed in a text editor.
- Share on social media with just one click.
- Content is consumed through markdown to allow easy maintenance.
The project emphasis is to develop smart contracts in Casper using the Rust programming language.
The emphasis is not on how to setup local environments or configurations.
The main goal is to get developers familiar with some of the concepts needed to develop Casper Smart Contracts in Rust.
npm install
npm run dev
More content can be added by adding new markdown files inside the content/ directory.
Additionaly, to add the initial code snippet inside the editor and the expected result, new files can be added inside content-metadata/initial-values/ and content-metadata/expected-values/, respectively.
- Add more content with more coding challenges.
- Add light/dark theme switch (currently, there's only dark theme).
- Add login functionalities to allow users accessing their progress in different devices (currently, it will retrieve only in the same browser and machine).
- Give users the ability to like/dislike the content and display the count of likes/dislikes for each challenge on the UI.