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: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Do not hesitate to use [GitHub issue tracker](https://github.com/mavryk-network/
30
30
31
31
### Support
32
32
33
-
Feel free to join our [Discord server](https://discord.gg/aG8XKuwsQd), [Telegram chat](https://t.me/baking_bad_chat), or find us in [Mavryk Dev Slack](https://tezos-dev.slack.com/archives/CV5NX7F2L).
33
+
Feel free to join our [Discord server](https://discord.com/invite/FXYQyVf6fE) or [Telegram chat](https://t.me/MavrykNetwork).
34
34
We will be glad to hear any feedback and feature requests and will try to help you with general use cases of the Netmavryk library.
35
35
36
36
## Getting started
@@ -109,8 +109,3 @@ var result = await rpc.Inject.Operation.PostAsync(bytes.Concat(signature));
109
109
````
110
110
111
111
That is it. We have successfully injected our first operation into the Mavryk blockchain.
112
-
113
-
## Useful links
114
-
115
-
-[Examples of Netmavryk usage](https://baking-bad.org/blog/2019/11/14/tezos-c-sdk-examples-of-netezos-usage/)
116
-
-[Forge an operation locally and sign it using Ledger](https://baking-bad.org/blog/2019/12/30/tezos-c-sdk-netezos-forge-an-operation-locally-and-sign-it-using-ledger-wallet/)
Also, we need a wallet to call contracts. You can find a more detailed description of working with the `Key` in the [Get started](get-started.html) section.
22
-
You can use the address to get some test tokens with the [Mavryk Faucet Bot](https://t.me/tezos_faucet_bot) or even generate a new key.
22
+
You can use the address to get some test tokens with the [Mavryk Faucet](https://mavrykdynamics.com) or even generate a new key.
@@ -63,7 +63,7 @@ var cs = new ContractScript(code);
63
63
```
64
64
65
65
To build the parameter for your transfer we need to know the entrypoint schema. You can check the parameter schema on the
66
-
[TzKT Explorer](https://ghostnet.tzkt.io/KT1EwXFWoG9bYebmF4pYw72aGjwEnBWefgW5/entrypoints) or you can get the schema from the `ContractScript`
66
+
[MvKT Explorer](https://basenet.api.mavryk.network/KT1EwXFWoG9bYebmF4pYw72aGjwEnBWefgW5/entrypoints) or you can get the schema from the `ContractScript`
@@ -132,7 +132,7 @@ var cs = new ContractScript(code);
132
132
```
133
133
134
134
To build the parameter for your transfer we need to know the entrypoint schema. You can check the parameter schema on the
135
-
[TzKT Explorer](https://ghostnet.tzkt.io/KT1DYk1XDzHredJq1EyNkDindiWDqZyekXGj/entrypoints) or you can get the schema from the `ContractScript`
135
+
[MvKT Explorer](https://basenet.api.mavryk.network/KT1DYk1XDzHredJq1EyNkDindiWDqZyekXGj/entrypoints) or you can get the schema from the `ContractScript`
0 commit comments