From 102a0c00a77db45bf4b300c47b37ca0b66d940dd Mon Sep 17 00:00:00 2001 From: vaultec <47548474+vaultec81@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:31:47 +0100 Subject: [PATCH] sdk template --- docs/getting-started/sdk.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/getting-started/sdk.md diff --git a/docs/getting-started/sdk.md b/docs/getting-started/sdk.md new file mode 100644 index 0000000..70dd548 --- /dev/null +++ b/docs/getting-started/sdk.md @@ -0,0 +1,11 @@ + +VSC provides a robust Assemblyscript SDK for use within your smart contract. +The SDK provides smart contract developers with many essential functions such as data manipulation, sending/receiving tokens, cryptographic functions and more + + + + +### APIs + +- crypto.sha256 +- \ No newline at end of file