You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/standard/TIP-1/1.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: 1.1 COPYLEFT
3
3
sidebar_position: 1
4
4
description: Developer business models and license information
5
+
slug: /standard/TIP-1.1
5
6
---
6
7
7
8
# COPYLEFT (TIP-1.1)
@@ -112,4 +113,4 @@ To recap the proposed system is compatible with all four essential freedoms:
112
113
113
114
[^4]: [Economics in a Sharded Blockchain — Section 06 — Developer Business Models](https://near.org/papers/economics-in-sharded-blockchain/#developer-business-models)
114
115
115
-
[^5]: [Misinterpreting Copyright — A Series of Errors](https://www.gnu.org/philosophy/misinterpreting-copyright.en.html)
116
+
[^5]: [Misinterpreting Copyright — A Series of Errors](https://www.gnu.org/philosophy/misinterpreting-copyright.en.html)
Copy file name to clipboardExpand all lines: src/standard/TIP-1/2.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
title: 1.2 MYCODE
3
3
sidebar_position: 2
4
4
description: Returns the Cell with the current code of the smartcontract
5
+
slug: /standard/TIP-1.2
5
6
---
6
7
7
8
# MYCODE (TIP-1.2)
8
9
9
-
`F82A` — `MYCODE (- s)` — returns the Cell with the current code of the smartcontract. Equivalent to `GETPARAM 10`. Smartcontract has own code which cell representation can be obtained by this instruction.
10
+
`F82A` — `MYCODE (- s)` — returns the Cell with the current code of the smartcontract. Equivalent to `GETPARAM 10`. Smartcontract has own code which cell representation can be obtained by this instruction.
0 commit comments