Compare commits

...

2 Commits

Author SHA1 Message Date
Devin Dooley
53cf297127
Merge pull request #4408 from gregnazario/add-move
Adds Move language
2024-10-15 09:55:18 -07:00
Greg Nazario
ad949c4f01
Adds Move language
Move language is used for MoveVM based blockchains as the language
native to them.  The compiler provides a folder build/ that holds
the build artifacts.

The .aptos/ folder is ignored so people do not upload their private
keys to a git repository.
2024-10-02 14:46:31 -07:00

6
community/Move.gitignore Normal file
View File

@ -0,0 +1,6 @@
# Generated by Move
# will have compiled files
build/
# Remove possibly saving credentials to the git repository
.aptos/