Move code samples to language folders consistently

This commit is contained in:
mDuo13
2021-10-26 17:43:20 -07:00
parent e559ab3a40
commit 8c9529d313
43 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "address_encoding",
"version": "0.0.1",
"license": "MIT",
"//": "Change the license to something appropriate. You may want to use 'UNLICENSED' if you are just starting out.",
"dependencies": {
"base-x": "*",
}
}