diff --git a/archive/README.md b/archive/README.md new file mode 100644 index 000000000..28c0a436d --- /dev/null +++ b/archive/README.md @@ -0,0 +1,3 @@ +# Archived examples + +The examples in this folder are archived and will no longer be maintained. \ No newline at end of file diff --git a/motoko/actor_reference/Makefile b/archive/motoko/actor_reference/Makefile similarity index 100% rename from motoko/actor_reference/Makefile rename to archive/motoko/actor_reference/Makefile diff --git a/motoko/actor_reference/README.md b/archive/motoko/actor_reference/README.md similarity index 100% rename from motoko/actor_reference/README.md rename to archive/motoko/actor_reference/README.md diff --git a/motoko/actor_reference/dfx.json b/archive/motoko/actor_reference/dfx.json similarity index 100% rename from motoko/actor_reference/dfx.json rename to archive/motoko/actor_reference/dfx.json diff --git a/motoko/actor_reference/src/actor_reference/main.mo b/archive/motoko/actor_reference/src/actor_reference/main.mo similarity index 100% rename from motoko/actor_reference/src/actor_reference/main.mo rename to archive/motoko/actor_reference/src/actor_reference/main.mo diff --git a/motoko/auth_client_demo/.github/workflows/release.yml b/archive/motoko/auth_client_demo/.github/workflows/release.yml similarity index 100% rename from motoko/auth_client_demo/.github/workflows/release.yml rename to archive/motoko/auth_client_demo/.github/workflows/release.yml diff --git a/motoko/auth_client_demo/.gitignore b/archive/motoko/auth_client_demo/.gitignore similarity index 100% rename from motoko/auth_client_demo/.gitignore rename to archive/motoko/auth_client_demo/.gitignore diff --git a/motoko/auth_client_demo/README.md b/archive/motoko/auth_client_demo/README.md similarity index 100% rename from motoko/auth_client_demo/README.md rename to archive/motoko/auth_client_demo/README.md diff --git a/motoko/auth_client_demo/canister_ids.json b/archive/motoko/auth_client_demo/canister_ids.json similarity index 100% rename from motoko/auth_client_demo/canister_ids.json rename to archive/motoko/auth_client_demo/canister_ids.json diff --git a/motoko/auth_client_demo/deps/candid/rdmx6-jaaaa-aaaaa-aaadq-cai.did b/archive/motoko/auth_client_demo/deps/candid/rdmx6-jaaaa-aaaaa-aaadq-cai.did similarity index 100% rename from motoko/auth_client_demo/deps/candid/rdmx6-jaaaa-aaaaa-aaadq-cai.did rename to archive/motoko/auth_client_demo/deps/candid/rdmx6-jaaaa-aaaaa-aaadq-cai.did diff --git a/motoko/auth_client_demo/deps/init.json b/archive/motoko/auth_client_demo/deps/init.json similarity index 100% rename from motoko/auth_client_demo/deps/init.json rename to archive/motoko/auth_client_demo/deps/init.json diff --git a/motoko/auth_client_demo/deps/pulled.json b/archive/motoko/auth_client_demo/deps/pulled.json similarity index 100% rename from motoko/auth_client_demo/deps/pulled.json rename to archive/motoko/auth_client_demo/deps/pulled.json diff --git a/motoko/auth_client_demo/dfinity-auth-client-0.15.1.tgz b/archive/motoko/auth_client_demo/dfinity-auth-client-0.15.1.tgz similarity index 100% rename from motoko/auth_client_demo/dfinity-auth-client-0.15.1.tgz rename to archive/motoko/auth_client_demo/dfinity-auth-client-0.15.1.tgz diff --git a/motoko/auth_client_demo/dfx.json b/archive/motoko/auth_client_demo/dfx.json similarity index 100% rename from motoko/auth_client_demo/dfx.json rename to archive/motoko/auth_client_demo/dfx.json diff --git a/motoko/auth_client_demo/meta.json b/archive/motoko/auth_client_demo/meta.json similarity index 100% rename from motoko/auth_client_demo/meta.json rename to archive/motoko/auth_client_demo/meta.json diff --git a/motoko/auth_client_demo/package-lock.json b/archive/motoko/auth_client_demo/package-lock.json similarity index 100% rename from motoko/auth_client_demo/package-lock.json rename to archive/motoko/auth_client_demo/package-lock.json diff --git a/motoko/auth_client_demo/package.json b/archive/motoko/auth_client_demo/package.json similarity index 100% rename from motoko/auth_client_demo/package.json rename to archive/motoko/auth_client_demo/package.json diff --git a/motoko/auth_client_demo/release.mjs b/archive/motoko/auth_client_demo/release.mjs similarity index 100% rename from motoko/auth_client_demo/release.mjs rename to archive/motoko/auth_client_demo/release.mjs diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/react/App.jsx b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/App.jsx similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/react/App.jsx rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/App.jsx diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/react/LoggedIn.jsx b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/LoggedIn.jsx similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/react/LoggedIn.jsx rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/LoggedIn.jsx diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/react/LoggedOut.jsx b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/LoggedOut.jsx similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/react/LoggedOut.jsx rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/LoggedOut.jsx diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/react/assets/main.css b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/assets/main.css similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/react/assets/main.css rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/assets/main.css diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/react/index.html b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/index.html similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/react/index.html rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/index.html diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/react/index.jsx b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/index.jsx similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/react/index.jsx rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/index.jsx diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/react/use-auth-client.jsx b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/use-auth-client.jsx similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/react/use-auth-client.jsx rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/react/use-auth-client.jsx diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/.gitignore b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/.gitignore similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/.gitignore rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/.gitignore diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/.npmrc b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/.npmrc similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/.npmrc rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/.npmrc diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/README.md b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/README.md similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/README.md rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/README.md diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/jsconfig.json b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/jsconfig.json similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/jsconfig.json rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/jsconfig.json diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/package-lock.json b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/package-lock.json similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/package-lock.json rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/package-lock.json diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/package.json b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/package.json similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/package.json rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/package.json diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/app.d.ts b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/app.d.ts similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/app.d.ts rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/app.d.ts diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/app.html b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/app.html similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/app.html rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/app.html diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/components/LoggedIn.svelte b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/components/LoggedIn.svelte similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/components/LoggedIn.svelte rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/components/LoggedIn.svelte diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/components/LoggedOut.svelte b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/components/LoggedOut.svelte similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/components/LoggedOut.svelte rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/components/LoggedOut.svelte diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/routes/+page.svelte b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/routes/+page.svelte similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/routes/+page.svelte rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/routes/+page.svelte diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/stores/auth.js b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/stores/auth.js similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/stores/auth.js rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/src/stores/auth.js diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/static/favicon.png b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/static/favicon.png similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/static/favicon.png rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/static/favicon.png diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/static/main.css b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/static/main.css similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/static/main.css rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/static/main.css diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/svelte.config.js b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/svelte.config.js similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/svelte.config.js rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/svelte.config.js diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/vite.config.js b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/vite.config.js similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/svelte/vite.config.js rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/svelte/vite.config.js diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/assets/main.css b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/assets/main.css similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/assets/main.css rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/assets/main.css diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/index.html b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/index.html similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/index.html rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/index.html diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/index.ts b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/index.ts similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/index.ts rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/index.ts diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/views/index.ts b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/views/index.ts similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/views/index.ts rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/views/index.ts diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/views/loggedIn.ts b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/views/loggedIn.ts similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/views/loggedIn.ts rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vanilla/views/loggedIn.ts diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vue/App.vue b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/App.vue similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vue/App.vue rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/App.vue diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vue/assets/favicon.ico b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/assets/favicon.ico similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vue/assets/favicon.ico rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/assets/favicon.ico diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vue/assets/main.css b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/assets/main.css similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vue/assets/main.css rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/assets/main.css diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vue/components/LoggedIn.vue b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/components/LoggedIn.vue similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vue/components/LoggedIn.vue rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/components/LoggedIn.vue diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vue/components/LoggedOut.vue b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/components/LoggedOut.vue similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vue/components/LoggedOut.vue rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/components/LoggedOut.vue diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vue/index.html b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/index.html similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vue/index.html rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/index.html diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vue/main.js b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/main.js similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vue/main.js rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/main.js diff --git a/motoko/auth_client_demo/src/auth_client_demo_assets/vue/store/auth.js b/archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/store/auth.js similarity index 100% rename from motoko/auth_client_demo/src/auth_client_demo_assets/vue/store/auth.js rename to archive/motoko/auth_client_demo/src/auth_client_demo_assets/vue/store/auth.js diff --git a/motoko/auth_client_demo/src/whoami/main.mo b/archive/motoko/auth_client_demo/src/whoami/main.mo similarity index 100% rename from motoko/auth_client_demo/src/whoami/main.mo rename to archive/motoko/auth_client_demo/src/whoami/main.mo diff --git a/motoko/auth_client_demo/svelte.config.js b/archive/motoko/auth_client_demo/svelte.config.js similarity index 100% rename from motoko/auth_client_demo/svelte.config.js rename to archive/motoko/auth_client_demo/svelte.config.js diff --git a/motoko/auth_client_demo/tsconfig.json b/archive/motoko/auth_client_demo/tsconfig.json similarity index 100% rename from motoko/auth_client_demo/tsconfig.json rename to archive/motoko/auth_client_demo/tsconfig.json diff --git a/motoko/auth_client_demo/vite.config.js b/archive/motoko/auth_client_demo/vite.config.js similarity index 100% rename from motoko/auth_client_demo/vite.config.js rename to archive/motoko/auth_client_demo/vite.config.js diff --git a/motoko/auth_client_demo/vite.config.react.js b/archive/motoko/auth_client_demo/vite.config.react.js similarity index 100% rename from motoko/auth_client_demo/vite.config.react.js rename to archive/motoko/auth_client_demo/vite.config.react.js diff --git a/motoko/auth_client_demo/vite.config.vue.js b/archive/motoko/auth_client_demo/vite.config.vue.js similarity index 100% rename from motoko/auth_client_demo/vite.config.vue.js rename to archive/motoko/auth_client_demo/vite.config.vue.js diff --git a/motoko/classes/Makefile b/archive/motoko/classes/Makefile similarity index 100% rename from motoko/classes/Makefile rename to archive/motoko/classes/Makefile diff --git a/motoko/classes/README.md b/archive/motoko/classes/README.md similarity index 100% rename from motoko/classes/README.md rename to archive/motoko/classes/README.md diff --git a/motoko/classes/dfx.json b/archive/motoko/classes/dfx.json similarity index 100% rename from motoko/classes/dfx.json rename to archive/motoko/classes/dfx.json diff --git a/motoko/classes/src/map/Buckets.mo b/archive/motoko/classes/src/map/Buckets.mo similarity index 100% rename from motoko/classes/src/map/Buckets.mo rename to archive/motoko/classes/src/map/Buckets.mo diff --git a/motoko/classes/src/map/Map.mo b/archive/motoko/classes/src/map/Map.mo similarity index 100% rename from motoko/classes/src/map/Map.mo rename to archive/motoko/classes/src/map/Map.mo diff --git a/motoko/classes/src/test/Test.mo b/archive/motoko/classes/src/test/Test.mo similarity index 100% rename from motoko/classes/src/test/Test.mo rename to archive/motoko/classes/src/test/Test.mo diff --git a/motoko/composite_query/Makefile b/archive/motoko/composite_query/Makefile similarity index 100% rename from motoko/composite_query/Makefile rename to archive/motoko/composite_query/Makefile diff --git a/motoko/composite_query/README.md b/archive/motoko/composite_query/README.md similarity index 100% rename from motoko/composite_query/README.md rename to archive/motoko/composite_query/README.md diff --git a/motoko/composite_query/dfx.json b/archive/motoko/composite_query/dfx.json similarity index 100% rename from motoko/composite_query/dfx.json rename to archive/motoko/composite_query/dfx.json diff --git a/motoko/composite_query/src/map/Buckets.mo b/archive/motoko/composite_query/src/map/Buckets.mo similarity index 100% rename from motoko/composite_query/src/map/Buckets.mo rename to archive/motoko/composite_query/src/map/Buckets.mo diff --git a/motoko/composite_query/src/map/Map.mo b/archive/motoko/composite_query/src/map/Map.mo similarity index 100% rename from motoko/composite_query/src/map/Map.mo rename to archive/motoko/composite_query/src/map/Map.mo diff --git a/motoko/counter/Makefile b/archive/motoko/counter/Makefile similarity index 100% rename from motoko/counter/Makefile rename to archive/motoko/counter/Makefile diff --git a/motoko/counter/README.md b/archive/motoko/counter/README.md similarity index 100% rename from motoko/counter/README.md rename to archive/motoko/counter/README.md diff --git a/motoko/counter/dfx.json b/archive/motoko/counter/dfx.json similarity index 100% rename from motoko/counter/dfx.json rename to archive/motoko/counter/dfx.json diff --git a/motoko/counter/src/Main.mo b/archive/motoko/counter/src/Main.mo similarity index 100% rename from motoko/counter/src/Main.mo rename to archive/motoko/counter/src/Main.mo diff --git a/motoko/defi/.gitignore b/archive/motoko/defi/.gitignore similarity index 100% rename from motoko/defi/.gitignore rename to archive/motoko/defi/.gitignore diff --git a/motoko/defi/.gitmodules b/archive/motoko/defi/.gitmodules similarity index 100% rename from motoko/defi/.gitmodules rename to archive/motoko/defi/.gitmodules diff --git a/motoko/defi/Makefile b/archive/motoko/defi/Makefile similarity index 100% rename from motoko/defi/Makefile rename to archive/motoko/defi/Makefile diff --git a/motoko/defi/README.md b/archive/motoko/defi/README.md similarity index 100% rename from motoko/defi/README.md rename to archive/motoko/defi/README.md diff --git a/motoko/defi/architecture.md b/archive/motoko/defi/architecture.md similarity index 100% rename from motoko/defi/architecture.md rename to archive/motoko/defi/architecture.md diff --git a/motoko/defi/dfx.json b/archive/motoko/defi/dfx.json similarity index 100% rename from motoko/defi/dfx.json rename to archive/motoko/defi/dfx.json diff --git a/motoko/defi/scripts/deploy_dip20.sh b/archive/motoko/defi/scripts/deploy_dip20.sh similarity index 100% rename from motoko/defi/scripts/deploy_dip20.sh rename to archive/motoko/defi/scripts/deploy_dip20.sh diff --git a/motoko/defi/scripts/initalize_local_balance.sh b/archive/motoko/defi/scripts/initalize_local_balance.sh similarity index 100% rename from motoko/defi/scripts/initalize_local_balance.sh rename to archive/motoko/defi/scripts/initalize_local_balance.sh diff --git a/motoko/defi/scripts/install.sh b/archive/motoko/defi/scripts/install.sh similarity index 100% rename from motoko/defi/scripts/install.sh rename to archive/motoko/defi/scripts/install.sh diff --git a/motoko/defi/scripts/principal_to_default_account_id.py b/archive/motoko/defi/scripts/principal_to_default_account_id.py similarity index 100% rename from motoko/defi/scripts/principal_to_default_account_id.py rename to archive/motoko/defi/scripts/principal_to_default_account_id.py diff --git a/motoko/defi/src/defi_dapp/Account.mo b/archive/motoko/defi/src/defi_dapp/Account.mo similarity index 100% rename from motoko/defi/src/defi_dapp/Account.mo rename to archive/motoko/defi/src/defi_dapp/Account.mo diff --git a/motoko/defi/src/defi_dapp/CRC32.mo b/archive/motoko/defi/src/defi_dapp/CRC32.mo similarity index 100% rename from motoko/defi/src/defi_dapp/CRC32.mo rename to archive/motoko/defi/src/defi_dapp/CRC32.mo diff --git a/motoko/defi/src/defi_dapp/SHA224.mo b/archive/motoko/defi/src/defi_dapp/SHA224.mo similarity index 100% rename from motoko/defi/src/defi_dapp/SHA224.mo rename to archive/motoko/defi/src/defi_dapp/SHA224.mo diff --git a/motoko/defi/src/defi_dapp/book.mo b/archive/motoko/defi/src/defi_dapp/book.mo similarity index 100% rename from motoko/defi/src/defi_dapp/book.mo rename to archive/motoko/defi/src/defi_dapp/book.mo diff --git a/motoko/defi/src/defi_dapp/exchange.mo b/archive/motoko/defi/src/defi_dapp/exchange.mo similarity index 100% rename from motoko/defi/src/defi_dapp/exchange.mo rename to archive/motoko/defi/src/defi_dapp/exchange.mo diff --git a/motoko/defi/src/defi_dapp/main.mo b/archive/motoko/defi/src/defi_dapp/main.mo similarity index 100% rename from motoko/defi/src/defi_dapp/main.mo rename to archive/motoko/defi/src/defi_dapp/main.mo diff --git a/motoko/defi/src/defi_dapp/types.mo b/archive/motoko/defi/src/defi_dapp/types.mo similarity index 100% rename from motoko/defi/src/defi_dapp/types.mo rename to archive/motoko/defi/src/defi_dapp/types.mo diff --git a/motoko/defi/src/frontend/README.md b/archive/motoko/defi/src/frontend/README.md similarity index 100% rename from motoko/defi/src/frontend/README.md rename to archive/motoko/defi/src/frontend/README.md diff --git a/motoko/defi/src/frontend/package-lock.json b/archive/motoko/defi/src/frontend/package-lock.json similarity index 100% rename from motoko/defi/src/frontend/package-lock.json rename to archive/motoko/defi/src/frontend/package-lock.json diff --git a/motoko/defi/src/frontend/package.json b/archive/motoko/defi/src/frontend/package.json similarity index 100% rename from motoko/defi/src/frontend/package.json rename to archive/motoko/defi/src/frontend/package.json diff --git a/motoko/defi/src/frontend/rollup.config.js b/archive/motoko/defi/src/frontend/rollup.config.js similarity index 100% rename from motoko/defi/src/frontend/rollup.config.js rename to archive/motoko/defi/src/frontend/rollup.config.js diff --git a/motoko/defi/src/frontend/src/App.svelte b/archive/motoko/defi/src/frontend/src/App.svelte similarity index 100% rename from motoko/defi/src/frontend/src/App.svelte rename to archive/motoko/defi/src/frontend/src/App.svelte diff --git a/motoko/defi/src/frontend/src/components/Auth.svelte b/archive/motoko/defi/src/frontend/src/components/Auth.svelte similarity index 100% rename from motoko/defi/src/frontend/src/components/Auth.svelte rename to archive/motoko/defi/src/frontend/src/components/Auth.svelte diff --git a/motoko/defi/src/frontend/src/components/BalanceInfo.svelte b/archive/motoko/defi/src/frontend/src/components/BalanceInfo.svelte similarity index 100% rename from motoko/defi/src/frontend/src/components/BalanceInfo.svelte rename to archive/motoko/defi/src/frontend/src/components/BalanceInfo.svelte diff --git a/motoko/defi/src/frontend/src/components/CanisterIds.svelte b/archive/motoko/defi/src/frontend/src/components/CanisterIds.svelte similarity index 100% rename from motoko/defi/src/frontend/src/components/CanisterIds.svelte rename to archive/motoko/defi/src/frontend/src/components/CanisterIds.svelte diff --git a/motoko/defi/src/frontend/src/components/Links.svelte b/archive/motoko/defi/src/frontend/src/components/Links.svelte similarity index 100% rename from motoko/defi/src/frontend/src/components/Links.svelte rename to archive/motoko/defi/src/frontend/src/components/Links.svelte diff --git a/motoko/defi/src/frontend/src/components/Nav.svelte b/archive/motoko/defi/src/frontend/src/components/Nav.svelte similarity index 100% rename from motoko/defi/src/frontend/src/components/Nav.svelte rename to archive/motoko/defi/src/frontend/src/components/Nav.svelte diff --git a/motoko/defi/src/frontend/src/components/Orders.svelte b/archive/motoko/defi/src/frontend/src/components/Orders.svelte similarity index 100% rename from motoko/defi/src/frontend/src/components/Orders.svelte rename to archive/motoko/defi/src/frontend/src/components/Orders.svelte diff --git a/motoko/defi/src/frontend/src/main.js b/archive/motoko/defi/src/frontend/src/main.js similarity index 100% rename from motoko/defi/src/frontend/src/main.js rename to archive/motoko/defi/src/frontend/src/main.js diff --git a/motoko/defi/src/frontend/src/store/auth.js b/archive/motoko/defi/src/frontend/src/store/auth.js similarity index 100% rename from motoko/defi/src/frontend/src/store/auth.js rename to archive/motoko/defi/src/frontend/src/store/auth.js diff --git a/motoko/defi/src/frontend/src/store/order.js b/archive/motoko/defi/src/frontend/src/store/order.js similarity index 100% rename from motoko/defi/src/frontend/src/store/order.js rename to archive/motoko/defi/src/frontend/src/store/order.js diff --git a/motoko/defi/src/frontend/src/store/store.js b/archive/motoko/defi/src/frontend/src/store/store.js similarity index 100% rename from motoko/defi/src/frontend/src/store/store.js rename to archive/motoko/defi/src/frontend/src/store/store.js diff --git a/motoko/defi/src/frontend/src/utils/helpers.js b/archive/motoko/defi/src/frontend/src/utils/helpers.js similarity index 100% rename from motoko/defi/src/frontend/src/utils/helpers.js rename to archive/motoko/defi/src/frontend/src/utils/helpers.js diff --git a/motoko/defi/src/frontend_assets/favicon.png b/archive/motoko/defi/src/frontend_assets/favicon.png similarity index 100% rename from motoko/defi/src/frontend_assets/favicon.png rename to archive/motoko/defi/src/frontend_assets/favicon.png diff --git a/motoko/defi/src/frontend_assets/global.css b/archive/motoko/defi/src/frontend_assets/global.css similarity index 100% rename from motoko/defi/src/frontend_assets/global.css rename to archive/motoko/defi/src/frontend_assets/global.css diff --git a/motoko/defi/src/frontend_assets/images/dfinity.svg b/archive/motoko/defi/src/frontend_assets/images/dfinity.svg similarity index 100% rename from motoko/defi/src/frontend_assets/images/dfinity.svg rename to archive/motoko/defi/src/frontend_assets/images/dfinity.svg diff --git a/motoko/defi/src/frontend_assets/images/ic-badge.png b/archive/motoko/defi/src/frontend_assets/images/ic-badge.png similarity index 100% rename from motoko/defi/src/frontend_assets/images/ic-badge.png rename to archive/motoko/defi/src/frontend_assets/images/ic-badge.png diff --git a/motoko/defi/src/frontend_assets/images/plug_logo.png b/archive/motoko/defi/src/frontend_assets/images/plug_logo.png similarity index 100% rename from motoko/defi/src/frontend_assets/images/plug_logo.png rename to archive/motoko/defi/src/frontend_assets/images/plug_logo.png diff --git a/motoko/defi/src/frontend_assets/index.html b/archive/motoko/defi/src/frontend_assets/index.html similarity index 100% rename from motoko/defi/src/frontend_assets/index.html rename to archive/motoko/defi/src/frontend_assets/index.html diff --git a/motoko/defi/src/ledger/ledger.private.did b/archive/motoko/defi/src/ledger/ledger.private.did similarity index 100% rename from motoko/defi/src/ledger/ledger.private.did rename to archive/motoko/defi/src/ledger/ledger.private.did diff --git a/motoko/defi/src/ledger/ledger.public.did b/archive/motoko/defi/src/ledger/ledger.public.did similarity index 100% rename from motoko/defi/src/ledger/ledger.public.did rename to archive/motoko/defi/src/ledger/ledger.public.did diff --git a/motoko/defi/src/ledger/ledger.wasm b/archive/motoko/defi/src/ledger/ledger.wasm similarity index 100% rename from motoko/defi/src/ledger/ledger.wasm rename to archive/motoko/defi/src/ledger/ledger.wasm diff --git a/motoko/defi/src/ledger/ledger/index.d.ts b/archive/motoko/defi/src/ledger/ledger/index.d.ts similarity index 100% rename from motoko/defi/src/ledger/ledger/index.d.ts rename to archive/motoko/defi/src/ledger/ledger/index.d.ts diff --git a/motoko/defi/src/ledger/ledger/index.js b/archive/motoko/defi/src/ledger/ledger/index.js similarity index 100% rename from motoko/defi/src/ledger/ledger/index.js rename to archive/motoko/defi/src/ledger/ledger/index.js diff --git a/motoko/defi/src/ledger/ledger/ledger.did.d.ts b/archive/motoko/defi/src/ledger/ledger/ledger.did.d.ts similarity index 100% rename from motoko/defi/src/ledger/ledger/ledger.did.d.ts rename to archive/motoko/defi/src/ledger/ledger/ledger.did.d.ts diff --git a/motoko/defi/src/ledger/ledger/ledger.did.js b/archive/motoko/defi/src/ledger/ledger/ledger.did.js similarity index 100% rename from motoko/defi/src/ledger/ledger/ledger.did.js rename to archive/motoko/defi/src/ledger/ledger/ledger.did.js diff --git a/motoko/defi/test/demo.sh b/archive/motoko/defi/test/demo.sh similarity index 100% rename from motoko/defi/test/demo.sh rename to archive/motoko/defi/test/demo.sh diff --git a/motoko/defi/test/trade.sh b/archive/motoko/defi/test/trade.sh similarity index 100% rename from motoko/defi/test/trade.sh rename to archive/motoko/defi/test/trade.sh diff --git a/motoko/defi/test/transfer.sh b/archive/motoko/defi/test/transfer.sh similarity index 100% rename from motoko/defi/test/transfer.sh rename to archive/motoko/defi/test/transfer.sh diff --git a/motoko/dip721-nft-container/README.md b/archive/motoko/dip721-nft-container/README.md similarity index 100% rename from motoko/dip721-nft-container/README.md rename to archive/motoko/dip721-nft-container/README.md diff --git a/motoko/dip721-nft-container/demo.sh b/archive/motoko/dip721-nft-container/demo.sh similarity index 100% rename from motoko/dip721-nft-container/demo.sh rename to archive/motoko/dip721-nft-container/demo.sh diff --git a/motoko/dip721-nft-container/dfx.json b/archive/motoko/dip721-nft-container/dfx.json similarity index 100% rename from motoko/dip721-nft-container/dfx.json rename to archive/motoko/dip721-nft-container/dfx.json diff --git a/motoko/dip721-nft-container/src/Main.mo b/archive/motoko/dip721-nft-container/src/Main.mo similarity index 100% rename from motoko/dip721-nft-container/src/Main.mo rename to archive/motoko/dip721-nft-container/src/Main.mo diff --git a/motoko/dip721-nft-container/src/Types.mo b/archive/motoko/dip721-nft-container/src/Types.mo similarity index 100% rename from motoko/dip721-nft-container/src/Types.mo rename to archive/motoko/dip721-nft-container/src/Types.mo diff --git a/motoko/echo/Makefile b/archive/motoko/echo/Makefile similarity index 100% rename from motoko/echo/Makefile rename to archive/motoko/echo/Makefile diff --git a/motoko/echo/README.md b/archive/motoko/echo/README.md similarity index 100% rename from motoko/echo/README.md rename to archive/motoko/echo/README.md diff --git a/motoko/echo/dfx.json b/archive/motoko/echo/dfx.json similarity index 100% rename from motoko/echo/dfx.json rename to archive/motoko/echo/dfx.json diff --git a/motoko/echo/src/Main.mo b/archive/motoko/echo/src/Main.mo similarity index 100% rename from motoko/echo/src/Main.mo rename to archive/motoko/echo/src/Main.mo diff --git a/motoko/factorial/Makefile b/archive/motoko/factorial/Makefile similarity index 100% rename from motoko/factorial/Makefile rename to archive/motoko/factorial/Makefile diff --git a/motoko/factorial/README.md b/archive/motoko/factorial/README.md similarity index 100% rename from motoko/factorial/README.md rename to archive/motoko/factorial/README.md diff --git a/motoko/factorial/dfx.json b/archive/motoko/factorial/dfx.json similarity index 100% rename from motoko/factorial/dfx.json rename to archive/motoko/factorial/dfx.json diff --git a/motoko/factorial/src/Main.mo b/archive/motoko/factorial/src/Main.mo similarity index 100% rename from motoko/factorial/src/Main.mo rename to archive/motoko/factorial/src/Main.mo diff --git a/motoko/hello-world/Makefile b/archive/motoko/hello-world/Makefile similarity index 100% rename from motoko/hello-world/Makefile rename to archive/motoko/hello-world/Makefile diff --git a/motoko/hello-world/README.md b/archive/motoko/hello-world/README.md similarity index 100% rename from motoko/hello-world/README.md rename to archive/motoko/hello-world/README.md diff --git a/motoko/hello-world/dfx.json b/archive/motoko/hello-world/dfx.json similarity index 100% rename from motoko/hello-world/dfx.json rename to archive/motoko/hello-world/dfx.json diff --git a/motoko/hello-world/ii.did b/archive/motoko/hello-world/ii.did similarity index 100% rename from motoko/hello-world/ii.did rename to archive/motoko/hello-world/ii.did diff --git a/motoko/hello-world/src/Main.mo b/archive/motoko/hello-world/src/Main.mo similarity index 100% rename from motoko/hello-world/src/Main.mo rename to archive/motoko/hello-world/src/Main.mo diff --git a/motoko/hello-world/src/declarations/hello_world/hello_world.did b/archive/motoko/hello-world/src/declarations/hello_world/hello_world.did similarity index 100% rename from motoko/hello-world/src/declarations/hello_world/hello_world.did rename to archive/motoko/hello-world/src/declarations/hello_world/hello_world.did diff --git a/motoko/hello-world/src/declarations/hello_world/hello_world.did.d.ts b/archive/motoko/hello-world/src/declarations/hello_world/hello_world.did.d.ts similarity index 100% rename from motoko/hello-world/src/declarations/hello_world/hello_world.did.d.ts rename to archive/motoko/hello-world/src/declarations/hello_world/hello_world.did.d.ts diff --git a/motoko/hello-world/src/declarations/hello_world/hello_world.did.js b/archive/motoko/hello-world/src/declarations/hello_world/hello_world.did.js similarity index 100% rename from motoko/hello-world/src/declarations/hello_world/hello_world.did.js rename to archive/motoko/hello-world/src/declarations/hello_world/hello_world.did.js diff --git a/motoko/hello-world/src/declarations/hello_world/index.d.ts b/archive/motoko/hello-world/src/declarations/hello_world/index.d.ts similarity index 100% rename from motoko/hello-world/src/declarations/hello_world/index.d.ts rename to archive/motoko/hello-world/src/declarations/hello_world/index.d.ts diff --git a/motoko/hello-world/src/declarations/hello_world/index.js b/archive/motoko/hello-world/src/declarations/hello_world/index.js similarity index 100% rename from motoko/hello-world/src/declarations/hello_world/index.js rename to archive/motoko/hello-world/src/declarations/hello_world/index.js diff --git a/motoko/hello/Makefile b/archive/motoko/hello/Makefile similarity index 100% rename from motoko/hello/Makefile rename to archive/motoko/hello/Makefile diff --git a/motoko/hello/README.md b/archive/motoko/hello/README.md similarity index 100% rename from motoko/hello/README.md rename to archive/motoko/hello/README.md diff --git a/motoko/hello/dfx.json b/archive/motoko/hello/dfx.json similarity index 100% rename from motoko/hello/dfx.json rename to archive/motoko/hello/dfx.json diff --git a/motoko/hello/package-lock.json b/archive/motoko/hello/package-lock.json similarity index 100% rename from motoko/hello/package-lock.json rename to archive/motoko/hello/package-lock.json diff --git a/motoko/hello/package.json b/archive/motoko/hello/package.json similarity index 100% rename from motoko/hello/package.json rename to archive/motoko/hello/package.json diff --git a/motoko/hello/src/hello/main.mo b/archive/motoko/hello/src/hello/main.mo similarity index 100% rename from motoko/hello/src/hello/main.mo rename to archive/motoko/hello/src/hello/main.mo diff --git a/motoko/hello/src/hello_assets/assets/favicon.ico b/archive/motoko/hello/src/hello_assets/assets/favicon.ico similarity index 100% rename from motoko/hello/src/hello_assets/assets/favicon.ico rename to archive/motoko/hello/src/hello_assets/assets/favicon.ico diff --git a/motoko/hello/src/hello_assets/assets/logo.png b/archive/motoko/hello/src/hello_assets/assets/logo.png similarity index 100% rename from motoko/hello/src/hello_assets/assets/logo.png rename to archive/motoko/hello/src/hello_assets/assets/logo.png diff --git a/motoko/hello/src/hello_assets/assets/main.css b/archive/motoko/hello/src/hello_assets/assets/main.css similarity index 100% rename from motoko/hello/src/hello_assets/assets/main.css rename to archive/motoko/hello/src/hello_assets/assets/main.css diff --git a/motoko/hello/src/hello_assets/assets/sample-asset.txt b/archive/motoko/hello/src/hello_assets/assets/sample-asset.txt similarity index 100% rename from motoko/hello/src/hello_assets/assets/sample-asset.txt rename to archive/motoko/hello/src/hello_assets/assets/sample-asset.txt diff --git a/motoko/hello/src/hello_assets/src/index.html b/archive/motoko/hello/src/hello_assets/src/index.html similarity index 100% rename from motoko/hello/src/hello_assets/src/index.html rename to archive/motoko/hello/src/hello_assets/src/index.html diff --git a/motoko/hello/src/hello_assets/src/index.js b/archive/motoko/hello/src/hello_assets/src/index.js similarity index 100% rename from motoko/hello/src/hello_assets/src/index.js rename to archive/motoko/hello/src/hello_assets/src/index.js diff --git a/motoko/hello/webpack.config.js b/archive/motoko/hello/webpack.config.js similarity index 100% rename from motoko/hello/webpack.config.js rename to archive/motoko/hello/webpack.config.js diff --git a/motoko/icp_transfer/.gitignore b/archive/motoko/icp_transfer/.gitignore similarity index 100% rename from motoko/icp_transfer/.gitignore rename to archive/motoko/icp_transfer/.gitignore diff --git a/motoko/icp_transfer/README.md b/archive/motoko/icp_transfer/README.md similarity index 100% rename from motoko/icp_transfer/README.md rename to archive/motoko/icp_transfer/README.md diff --git a/motoko/icp_transfer/demo.sh b/archive/motoko/icp_transfer/demo.sh similarity index 100% rename from motoko/icp_transfer/demo.sh rename to archive/motoko/icp_transfer/demo.sh diff --git a/motoko/icp_transfer/dfx.json b/archive/motoko/icp_transfer/dfx.json similarity index 100% rename from motoko/icp_transfer/dfx.json rename to archive/motoko/icp_transfer/dfx.json diff --git a/motoko/icp_transfer/src/icp_transfer_backend/main.mo b/archive/motoko/icp_transfer/src/icp_transfer_backend/main.mo similarity index 100% rename from motoko/icp_transfer/src/icp_transfer_backend/main.mo rename to archive/motoko/icp_transfer/src/icp_transfer_backend/main.mo diff --git a/motoko/ios-notifications/.gitignore b/archive/motoko/ios-notifications/.gitignore similarity index 100% rename from motoko/ios-notifications/.gitignore rename to archive/motoko/ios-notifications/.gitignore diff --git a/motoko/ios-notifications/README.md b/archive/motoko/ios-notifications/README.md similarity index 100% rename from motoko/ios-notifications/README.md rename to archive/motoko/ios-notifications/README.md diff --git a/motoko/ios-notifications/dapp-demo/.gitignore b/archive/motoko/ios-notifications/dapp-demo/.gitignore similarity index 100% rename from motoko/ios-notifications/dapp-demo/.gitignore rename to archive/motoko/ios-notifications/dapp-demo/.gitignore diff --git a/motoko/ios-notifications/dapp-demo/Makefile b/archive/motoko/ios-notifications/dapp-demo/Makefile similarity index 100% rename from motoko/ios-notifications/dapp-demo/Makefile rename to archive/motoko/ios-notifications/dapp-demo/Makefile diff --git a/motoko/ios-notifications/dapp-demo/README.md b/archive/motoko/ios-notifications/dapp-demo/README.md similarity index 100% rename from motoko/ios-notifications/dapp-demo/README.md rename to archive/motoko/ios-notifications/dapp-demo/README.md diff --git a/motoko/ios-notifications/dapp-demo/canister_ids.json b/archive/motoko/ios-notifications/dapp-demo/canister_ids.json similarity index 100% rename from motoko/ios-notifications/dapp-demo/canister_ids.json rename to archive/motoko/ios-notifications/dapp-demo/canister_ids.json diff --git a/motoko/ios-notifications/dapp-demo/dfx.json b/archive/motoko/ios-notifications/dapp-demo/dfx.json similarity index 100% rename from motoko/ios-notifications/dapp-demo/dfx.json rename to archive/motoko/ios-notifications/dapp-demo/dfx.json diff --git a/motoko/ios-notifications/dapp-demo/package-lock.json b/archive/motoko/ios-notifications/dapp-demo/package-lock.json similarity index 100% rename from motoko/ios-notifications/dapp-demo/package-lock.json rename to archive/motoko/ios-notifications/dapp-demo/package-lock.json diff --git a/motoko/ios-notifications/dapp-demo/package.json b/archive/motoko/ios-notifications/dapp-demo/package.json similarity index 100% rename from motoko/ios-notifications/dapp-demo/package.json rename to archive/motoko/ios-notifications/dapp-demo/package.json diff --git a/motoko/ios-notifications/dapp-demo/src/api/main.mo b/archive/motoko/ios-notifications/dapp-demo/src/api/main.mo similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/api/main.mo rename to archive/motoko/ios-notifications/dapp-demo/src/api/main.mo diff --git a/motoko/ios-notifications/dapp-demo/src/www/assets/.ic-assets.json b/archive/motoko/ios-notifications/dapp-demo/src/www/assets/.ic-assets.json similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/assets/.ic-assets.json rename to archive/motoko/ios-notifications/dapp-demo/src/www/assets/.ic-assets.json diff --git a/motoko/ios-notifications/dapp-demo/src/www/assets/.well-known/apple-app-site-association b/archive/motoko/ios-notifications/dapp-demo/src/www/assets/.well-known/apple-app-site-association similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/assets/.well-known/apple-app-site-association rename to archive/motoko/ios-notifications/dapp-demo/src/www/assets/.well-known/apple-app-site-association diff --git a/motoko/ios-notifications/dapp-demo/src/www/assets/main.css b/archive/motoko/ios-notifications/dapp-demo/src/www/assets/main.css similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/assets/main.css rename to archive/motoko/ios-notifications/dapp-demo/src/www/assets/main.css diff --git a/motoko/ios-notifications/dapp-demo/src/www/src/auth.ts b/archive/motoko/ios-notifications/dapp-demo/src/www/src/auth.ts similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/src/auth.ts rename to archive/motoko/ios-notifications/dapp-demo/src/www/src/auth.ts diff --git a/motoko/ios-notifications/dapp-demo/src/www/src/index.html b/archive/motoko/ios-notifications/dapp-demo/src/www/src/index.html similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/src/index.html rename to archive/motoko/ios-notifications/dapp-demo/src/www/src/index.html diff --git a/motoko/ios-notifications/dapp-demo/src/www/src/index.ts b/archive/motoko/ios-notifications/dapp-demo/src/www/src/index.ts similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/src/index.ts rename to archive/motoko/ios-notifications/dapp-demo/src/www/src/index.ts diff --git a/motoko/ios-notifications/dapp-demo/src/www/src/pages/about.ts b/archive/motoko/ios-notifications/dapp-demo/src/www/src/pages/about.ts similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/src/pages/about.ts rename to archive/motoko/ios-notifications/dapp-demo/src/www/src/pages/about.ts diff --git a/motoko/ios-notifications/dapp-demo/src/www/src/pages/home.ts b/archive/motoko/ios-notifications/dapp-demo/src/www/src/pages/home.ts similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/src/pages/home.ts rename to archive/motoko/ios-notifications/dapp-demo/src/www/src/pages/home.ts diff --git a/motoko/ios-notifications/dapp-demo/src/www/src/pages/index.ts b/archive/motoko/ios-notifications/dapp-demo/src/www/src/pages/index.ts similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/src/pages/index.ts rename to archive/motoko/ios-notifications/dapp-demo/src/www/src/pages/index.ts diff --git a/motoko/ios-notifications/dapp-demo/src/www/src/pages/login.ts b/archive/motoko/ios-notifications/dapp-demo/src/www/src/pages/login.ts similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/src/pages/login.ts rename to archive/motoko/ios-notifications/dapp-demo/src/www/src/pages/login.ts diff --git a/motoko/ios-notifications/dapp-demo/src/www/src/router.ts b/archive/motoko/ios-notifications/dapp-demo/src/www/src/router.ts similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/src/router.ts rename to archive/motoko/ios-notifications/dapp-demo/src/www/src/router.ts diff --git a/motoko/ios-notifications/dapp-demo/src/www/src/types.ts b/archive/motoko/ios-notifications/dapp-demo/src/www/src/types.ts similarity index 100% rename from motoko/ios-notifications/dapp-demo/src/www/src/types.ts rename to archive/motoko/ios-notifications/dapp-demo/src/www/src/types.ts diff --git a/motoko/ios-notifications/dapp-demo/test_api.sh b/archive/motoko/ios-notifications/dapp-demo/test_api.sh similarity index 100% rename from motoko/ios-notifications/dapp-demo/test_api.sh rename to archive/motoko/ios-notifications/dapp-demo/test_api.sh diff --git a/motoko/ios-notifications/dapp-demo/tsconfig.json b/archive/motoko/ios-notifications/dapp-demo/tsconfig.json similarity index 100% rename from motoko/ios-notifications/dapp-demo/tsconfig.json rename to archive/motoko/ios-notifications/dapp-demo/tsconfig.json diff --git a/motoko/ios-notifications/dapp-demo/webpack.config.js b/archive/motoko/ios-notifications/dapp-demo/webpack.config.js similarity index 100% rename from motoko/ios-notifications/dapp-demo/webpack.config.js rename to archive/motoko/ios-notifications/dapp-demo/webpack.config.js diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample-Info.plist b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample-Info.plist similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample-Info.plist rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample-Info.plist diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.pbxproj b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.pbxproj similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.pbxproj rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.pbxproj diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/AccentColor.colorset/Contents.json b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/AccentColor.colorset/Contents.json rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/AppIcon.appiconset/Contents.json b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/AppIcon.appiconset/Contents.json rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/Contents.json b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/Contents.json similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/Contents.json rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/Assets.xcassets/Contents.json diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/ContentView.swift b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/ContentView.swift similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/ContentView.swift rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/ContentView.swift diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/DApp.swift b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/DApp.swift similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/DApp.swift rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/DApp.swift diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppDelegate.swift b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppDelegate.swift similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppDelegate.swift rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppDelegate.swift diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppExample.entitlements b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppExample.entitlements similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppExample.entitlements rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppExample.entitlements diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppWebView.swift b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppWebView.swift similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppWebView.swift rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/DAppWebView.swift diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/DappConfig.swift b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/DappConfig.swift similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/DappConfig.swift rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/DappConfig.swift diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/IdentityKeyPair.swift b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/IdentityKeyPair.swift similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/IdentityKeyPair.swift rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/IdentityKeyPair.swift diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/LoadingScreen.swift b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/LoadingScreen.swift similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/LoadingScreen.swift rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/LoadingScreen.swift diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/LoginSession.swift b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/LoginSession.swift similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/LoginSession.swift rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/LoginSession.swift diff --git a/motoko/ios-notifications/ios-dapp-demo/DAppExample/Preview Content/Preview Assets.xcassets/Contents.json b/archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/Preview Content/Preview Assets.xcassets/Contents.json similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/DAppExample/Preview Content/Preview Assets.xcassets/Contents.json rename to archive/motoko/ios-notifications/ios-dapp-demo/DAppExample/Preview Content/Preview Assets.xcassets/Contents.json diff --git a/motoko/ios-notifications/ios-dapp-demo/README.md b/archive/motoko/ios-notifications/ios-dapp-demo/README.md similarity index 100% rename from motoko/ios-notifications/ios-dapp-demo/README.md rename to archive/motoko/ios-notifications/ios-dapp-demo/README.md diff --git a/motoko/ios-notifications/send-notification.sh b/archive/motoko/ios-notifications/send-notification.sh similarity index 100% rename from motoko/ios-notifications/send-notification.sh rename to archive/motoko/ios-notifications/send-notification.sh diff --git a/motoko/persistent-storage/Makefile b/archive/motoko/persistent-storage/Makefile similarity index 100% rename from motoko/persistent-storage/Makefile rename to archive/motoko/persistent-storage/Makefile diff --git a/motoko/persistent-storage/README.md b/archive/motoko/persistent-storage/README.md similarity index 100% rename from motoko/persistent-storage/README.md rename to archive/motoko/persistent-storage/README.md diff --git a/motoko/persistent-storage/README_images/candid_ui.png b/archive/motoko/persistent-storage/README_images/candid_ui.png similarity index 100% rename from motoko/persistent-storage/README_images/candid_ui.png rename to archive/motoko/persistent-storage/README_images/candid_ui.png diff --git a/motoko/persistent-storage/dfx.json b/archive/motoko/persistent-storage/dfx.json similarity index 100% rename from motoko/persistent-storage/dfx.json rename to archive/motoko/persistent-storage/dfx.json diff --git a/motoko/persistent-storage/src/persistent_storage/main.mo b/archive/motoko/persistent-storage/src/persistent_storage/main.mo similarity index 100% rename from motoko/persistent-storage/src/persistent_storage/main.mo rename to archive/motoko/persistent-storage/src/persistent_storage/main.mo diff --git a/motoko/whoami/Makefile b/archive/motoko/whoami/Makefile similarity index 100% rename from motoko/whoami/Makefile rename to archive/motoko/whoami/Makefile diff --git a/motoko/whoami/README.md b/archive/motoko/whoami/README.md similarity index 100% rename from motoko/whoami/README.md rename to archive/motoko/whoami/README.md diff --git a/motoko/whoami/dfx.json b/archive/motoko/whoami/dfx.json similarity index 100% rename from motoko/whoami/dfx.json rename to archive/motoko/whoami/dfx.json diff --git a/motoko/whoami/src/Main.mo b/archive/motoko/whoami/src/Main.mo similarity index 100% rename from motoko/whoami/src/Main.mo rename to archive/motoko/whoami/src/Main.mo diff --git a/motoko/defi/src/DIP20 b/motoko/defi/src/DIP20 deleted file mode 160000 index 1d4b92781..000000000 --- a/motoko/defi/src/DIP20 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1d4b92781e46cee528e52f578c55e384561f380a diff --git a/motoko/defi/src/ledger/ledger.did b/motoko/defi/src/ledger/ledger.did deleted file mode 100644 index 26adbe583..000000000 --- a/motoko/defi/src/ledger/ledger.did +++ /dev/null @@ -1,87 +0,0 @@ -// This is the official Ledger interface that is guaranteed to be backward compatible. - -// Amount of tokens, measured in 10^-8 of a token. -type Tokens = record { - e8s : nat64; -}; - -// Number of nanoseconds from the UNIX epoch in UTC timezone. -type TimeStamp = record { - timestamp_nanos: nat64; -}; - -// AccountIdentifier is a 32-byte array. -// The first 4 bytes is big-endian encoding of a CRC32 checksum of the last 28 bytes. -type AccountIdentifier = blob; - -// Subaccount is an arbitrary 32-byte byte array. -// Ledger uses subaccounts to compute the source address, which enables one -// principal to control multiple ledger accounts. -type SubAccount = blob; - -// Sequence number of a block produced by the ledger. -type BlockIndex = nat64; - -// An arbitrary number associated with a transaction. -// The caller can set it in a `transfer` call as a correlation identifier. -type Memo = nat64; - -// Arguments for the `transfer` call. -type TransferArgs = record { - // Transaction memo. - // See comments for the `Memo` type. - memo: Memo; - // The amount that the caller wants to transfer to the destination address. - amount: Tokens; - // The amount that the caller pays for the transaction. - // Must be 10000 e8s. - fee: Tokens; - // The subaccount from which the caller wants to transfer funds. - // If null, the ledger uses the default (all zeros) subaccount to compute the source address. - // See comments for the `SubAccount` type. - from_subaccount: opt SubAccount; - // The destination account. - // If the transfer is successful, the balance of this address increases by `amount`. - to: AccountIdentifier; - // The point in time when the caller created this request. - // If null, the ledger uses current IC time as the timestamp. - created_at_time: opt TimeStamp; -}; - -type TransferError = variant { - // The fee that the caller specified in the transfer request was not the one that ledger expects. - // The caller can change the transfer fee to the `expected_fee` and retry the request. - BadFee : record { expected_fee : Tokens; }; - // The account specified by the caller doesn't have enough funds. - InsufficientFunds : record { balance: Tokens; }; - // The request is too old. - // The ledger only accepts requests created within 24 hours window. - // This is a non-recoverable error. - TxTooOld : record { allowed_window_nanos: nat64 }; - // The caller specified `created_at_time` that is too far in future. - // The caller can retry the request later. - TxCreatedInFuture : null; - // The ledger has already executed the request. - // `duplicate_of` field is equal to the index of the block containing the original transaction. - TxDuplicate : record { duplicate_of: BlockIndex; } -}; - -type TransferResult = variant { - Ok : BlockIndex; - Err : TransferError; -}; - -// Arguments for the `account_balance` call. -type AccountBalanceArgs = record { - account: AccountIdentifier; -}; - -service : { - // Transfers tokens from a subaccount of the caller to the destination address. - // The source address is computed from the principal of the caller and the specified subaccount. - // When successful, returns the index of the block containing the transaction. - transfer : (TransferArgs) -> (TransferResult); - - // Returns the amount of Tokens on the specified account. - account_balance : (AccountBalanceArgs) -> (Tokens) query; -}