From 1e49cdcc15f95b8ba14eabaf5ddb58bb6e72831e Mon Sep 17 00:00:00 2001 From: vasmohi Date: Wed, 26 Jun 2024 08:43:06 +0530 Subject: [PATCH] Added structure for Smart Contract API --- .../Smart Contract API/Association Contract/index.md | 4 ++++ .../Smart Contract API/Configuration Contract/index.md | 4 ++++ .../References/Smart Contract API/Consensus Contract/index.md | 4 ++++ .../Smart Contract API/Cross chain Contract/index.md | 4 ++++ docs/References/Smart Contract API/Economic Contract/index.md | 4 ++++ docs/References/Smart Contract API/Election Contract/index.md | 4 ++++ docs/References/Smart Contract API/Genesis Contract/index.md | 4 ++++ .../Smart Contract API/Multi Token Contract/index.md | 4 ++++ .../Smart Contract API/Parliament Contract/index.md | 4 ++++ docs/References/Smart Contract API/Profit Contract/index.md | 4 ++++ .../Smart Contract API/Referendum Contract/index.md | 4 ++++ .../Smart Contract API/Token Convert Contract/index.md | 4 ++++ .../Smart Contract API/Token Holder Contract/index.md | 4 ++++ docs/References/Smart Contract API/Treasury Contract/index.md | 4 ++++ docs/References/Smart Contract API/Vote Contract/index.md | 4 ++++ docs/References/Smart Contract API/index.md | 2 +- 16 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 docs/References/Smart Contract API/Association Contract/index.md create mode 100644 docs/References/Smart Contract API/Configuration Contract/index.md create mode 100644 docs/References/Smart Contract API/Consensus Contract/index.md create mode 100644 docs/References/Smart Contract API/Cross chain Contract/index.md create mode 100644 docs/References/Smart Contract API/Economic Contract/index.md create mode 100644 docs/References/Smart Contract API/Election Contract/index.md create mode 100644 docs/References/Smart Contract API/Genesis Contract/index.md create mode 100644 docs/References/Smart Contract API/Multi Token Contract/index.md create mode 100644 docs/References/Smart Contract API/Parliament Contract/index.md create mode 100644 docs/References/Smart Contract API/Profit Contract/index.md create mode 100644 docs/References/Smart Contract API/Referendum Contract/index.md create mode 100644 docs/References/Smart Contract API/Token Convert Contract/index.md create mode 100644 docs/References/Smart Contract API/Token Holder Contract/index.md create mode 100644 docs/References/Smart Contract API/Treasury Contract/index.md create mode 100644 docs/References/Smart Contract API/Vote Contract/index.md diff --git a/docs/References/Smart Contract API/Association Contract/index.md b/docs/References/Smart Contract API/Association Contract/index.md new file mode 100644 index 00000000..aefe20e3 --- /dev/null +++ b/docs/References/Smart Contract API/Association Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 1 +title: Association Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Configuration Contract/index.md b/docs/References/Smart Contract API/Configuration Contract/index.md new file mode 100644 index 00000000..3ba011ac --- /dev/null +++ b/docs/References/Smart Contract API/Configuration Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 15 +title: Configuration Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Consensus Contract/index.md b/docs/References/Smart Contract API/Consensus Contract/index.md new file mode 100644 index 00000000..ddeb0b48 --- /dev/null +++ b/docs/References/Smart Contract API/Consensus Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 4 +title: Consensus Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Cross chain Contract/index.md b/docs/References/Smart Contract API/Cross chain Contract/index.md new file mode 100644 index 00000000..3a3c21ef --- /dev/null +++ b/docs/References/Smart Contract API/Cross chain Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 9 +title: Cross Chain Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Economic Contract/index.md b/docs/References/Smart Contract API/Economic Contract/index.md new file mode 100644 index 00000000..c5329df9 --- /dev/null +++ b/docs/References/Smart Contract API/Economic Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 13 +title: Economic Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Election Contract/index.md b/docs/References/Smart Contract API/Election Contract/index.md new file mode 100644 index 00000000..18fe88e8 --- /dev/null +++ b/docs/References/Smart Contract API/Election Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 5 +title: Election Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Genesis Contract/index.md b/docs/References/Smart Contract API/Genesis Contract/index.md new file mode 100644 index 00000000..06e7210c --- /dev/null +++ b/docs/References/Smart Contract API/Genesis Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 6 +title: Genesis Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Multi Token Contract/index.md b/docs/References/Smart Contract API/Multi Token Contract/index.md new file mode 100644 index 00000000..c5d324f9 --- /dev/null +++ b/docs/References/Smart Contract API/Multi Token Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 7 +title: Multi Token Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Parliament Contract/index.md b/docs/References/Smart Contract API/Parliament Contract/index.md new file mode 100644 index 00000000..8a72830e --- /dev/null +++ b/docs/References/Smart Contract API/Parliament Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 3 +title: Parliament Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Profit Contract/index.md b/docs/References/Smart Contract API/Profit Contract/index.md new file mode 100644 index 00000000..822950c5 --- /dev/null +++ b/docs/References/Smart Contract API/Profit Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 8 +title: Profit Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Referendum Contract/index.md b/docs/References/Smart Contract API/Referendum Contract/index.md new file mode 100644 index 00000000..eba07232 --- /dev/null +++ b/docs/References/Smart Contract API/Referendum Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 2 +title: Referendum Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Token Convert Contract/index.md b/docs/References/Smart Contract API/Token Convert Contract/index.md new file mode 100644 index 00000000..0c109a62 --- /dev/null +++ b/docs/References/Smart Contract API/Token Convert Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 14 +title: Token Convert Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Token Holder Contract/index.md b/docs/References/Smart Contract API/Token Holder Contract/index.md new file mode 100644 index 00000000..78e3afc1 --- /dev/null +++ b/docs/References/Smart Contract API/Token Holder Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 12 +title: Token Holder Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Treasury Contract/index.md b/docs/References/Smart Contract API/Treasury Contract/index.md new file mode 100644 index 00000000..051f5261 --- /dev/null +++ b/docs/References/Smart Contract API/Treasury Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 10 +title: Treasury Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/Vote Contract/index.md b/docs/References/Smart Contract API/Vote Contract/index.md new file mode 100644 index 00000000..47028e56 --- /dev/null +++ b/docs/References/Smart Contract API/Vote Contract/index.md @@ -0,0 +1,4 @@ +--- +sidebar_position: 11 +title: Vote Contract +--- \ No newline at end of file diff --git a/docs/References/Smart Contract API/index.md b/docs/References/Smart Contract API/index.md index c3e6f335..1f102cb1 100644 --- a/docs/References/Smart Contract API/index.md +++ b/docs/References/Smart Contract API/index.md @@ -1,4 +1,4 @@ --- -sidebar_position: 4 +sidebar_position: 2 title: Smart Contract API --- \ No newline at end of file