-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ece1a0
commit 90ccabb
Showing
3 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Technical Specification | ||
|
||
> **Warning** | ||
This documentation is a template and shall be updated. | ||
|
||
## About | ||
|
||
This documentation describes the smart contracts and functions supported by the boilerplate plugin. | ||
|
||
## Smart Contracts | ||
|
||
Smart contracts covered by the plugin shall be described here: | ||
|
||
| Network | Version | Smart Contract | Address | | ||
| ---- | --- | ---- | --- | | ||
| NetworkName | VX | ContractName | `0x0000000000000000000000000000000000000000` | | ||
|
||
## Functions | ||
|
||
For the smart contracts implemented, the functions covered by the plugin shall be described here: | ||
|
||
|Contract | Function | Selector | Displayed Parameters | | ||
| --- | --- | --- | --- | | ||
|ContractName | FunctionName | `0x00000000`| <table><tbody> <tr><td><code>type ParameterName</code></td></tr> </tbody></table> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters