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
Due to a network upgrade with [catapult-server@dragon](https://github.com/nemtech/catapult-server/releases/tag/v0.4.0.1) version, **it is recommended to use this package's 0.12.2 version and upwards in order to use this package with Dragon versioned networks**.
15
+
Due to a network upgrade with [catapult-server@dragon](https://github.com/nemtech/catapult-server/releases/tag/v0.4.0.1) version, **it is recommended to use this package's 0.12.2 version and upwards to use this package with Dragon versioned networks**.
17
16
18
17
The upgrade to this package's [version v0.12.2](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.12.2) is mandatory for **dragon compatibility**.
19
18
@@ -25,7 +24,9 @@ Due to a network upgrade with [catapult-server@cow](https://github.com/nemtech/c
In order to be able to use this package with _Alpaca_ or _Bison_ versioned network, you must use [version v0.10.1-beta](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.10.1-beta).
27
+
To be able to use this package with _Alpaca_ or _Bison_ versioned network, you must use [version v0.10.1-beta](https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.10.1-beta).
28
+
29
+
You can find the complete changelog [here](CHANGELOG.md).
29
30
30
31
## Requirements
31
32
@@ -41,137 +42,26 @@ In order to be able to use this package with _Alpaca_ or _Bison_ versioned netwo
41
42
npm install nem2-sdk rxjs
42
43
```
43
44
44
-
## Documentation and Getting Started
45
-
46
-
Get started and learn more about nem2-sdk-typescript-javascript, check the [official documentation][docs].
47
-
48
-
Check SDK reference [here][sdk-ref]
45
+
## Usage
49
46
50
-
## nem2-sdk Releases
51
-
52
-
The release notes for the nem2-sdk can be found [here](CHANGELOG.md).
53
-
54
-
## Contributing
55
-
56
-
This project is developed and maintained by NEM Foundation. Contributions are welcome and appreciated. You can find [nem2-sdk on GitHub][self];
57
-
Feel free to start an issue or create a pull request. Check [CONTRIBUTING](CONTRIBUTING.md) before start.
47
+
Surf the [NEM Developer Center][docs] to get started into NEM development. You will find self-paced guides and useful code snippets using the TypeScript/Javascript SDK.
58
48
49
+
To get the full description of the available classes and their functions, check the [SDK reference][sdk-ref].
50
+
59
51
## Getting help
60
52
61
-
We use GitHub issues for tracking bugs and have limited bandwidth to address them.
62
-
Please, use the following available resources to get help:
53
+
Use the following available resources to get help:
## Notes on generation of catapult-rest DTO and API client
60
+
This project is developed and maintained by NEM Foundation. Contributions are welcome and appreciated. You can find [nem2-sdk on GitHub][self].
82
61
83
-
Following command can be used to generate DTOs and Api clients for the [nem2-sdk-typescript-javascript](https://github.com/nemtech/nem2-sdk-typescript-javascript) :
62
+
Feel free to start an issue or create a pull request. Check [CONTRIBUTING](CONTRIBUTING.md) before start.
0 commit comments