From 8d7eee662c0c5a39dc8e428a3013527fa4834941 Mon Sep 17 00:00:00 2001 From: Ville Sundell Date: Sat, 19 Nov 2022 22:45:58 +0200 Subject: [PATCH] Add Move (#2302) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d0dea628..ef03108f 100644 --- a/readme.md +++ b/readme.md @@ -383,6 +383,7 @@ - [Coq](https://github.com/coq-community/awesome-coq#readme) - Formal language and environment for programming and specification which facilitates interactive development of machine-checked proofs. - [V](https://github.com/vlang/awesome-v#readme) - Simple, fast, safe, compiled language for developing maintainable software. - [Zig](https://github.com/catdevnull/awesome-zig#readme) - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. +- [Move](https://github.com/MystenLabs/awesome-move#readme) - Domain-specific programming language for writing safe smart contracts. ## Front-End Development