Skip to content

casper-ecosystem/casper-rust

 
 

Repository files navigation

CasperRust

Live

https://casper-rust.vercel.app/

brgltd_casper-rust_001_20220415.mp4

Highlights

  • 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.

Short Description

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.

How to run the project locally

npm install

npm run dev

How to add more content

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.

Product improvements

  • 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.

Contact

brgltdxyz@gmail.com

About

Challenge app for Casper smart contracts in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.9%
  • CSS 15.9%
  • JavaScript 2.2%