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/develop/smart-contracts/everdev.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -371,4 +371,4 @@ Where
371
371
3. If you want to explore the GraphQL API more, [here is the documentation](https://docs.evercloud.dev/reference/graphql-api)!
372
372
4. If you are an exchange - check out our [exchange guide](https://docs.everos.dev/ever-sdk/add_to_exchange)!
373
373
374
-
We hope this guide was helpful to you! If you have any difficulties/questions/suggestions/etc. please write to out[telegram channel](https://t.me/ever_sdk).
374
+
We hope this guide was helpful to you! If you have any difficulties/questions/suggestions/etc. please write to our[telegram channel](https://t.me/ever_sdk).
There is a common practice to keep various scripts within the same environment where the samrt contracts and tests live. Such scripts may perform deployment, configuration, data collection or and smart-contract upgrade routines.
177
+
There is a common practice to keep various scripts within the same environment where the smart contracts and tests live. Such scripts may perform deployment, configuration, data collection or and smart-contract upgrade routines.
178
178
179
179
Let's run the sample deployment script within locklift environment (make sure your local node container is up and running)
0.1 ever, // this parameter allows to deploy wallet for user, if it's not deployed yet. (fee takes from message so will be payed by user)
262
+
0.1 ever, // this parameter allows to deploy wallet for user, if it's not deployed yet. (fee takes from message so will be paid by user)
263
263
msg.sender,
264
264
false,
265
265
empty
@@ -270,4 +270,4 @@ contract Tokensale {
270
270
}
271
271
```
272
272
273
-
All you need now is to write some tests with locklift support. There are some simple tests and deploy scripts available in the following [repo](https://github.com/venom-blockchain/guides/tree/master/tokensale-contracts).
273
+
All you need now is to write some tests with locklift support. There are some simple tests and deploy scripts available in the following [repo](https://github.com/venom-blockchain/guides/tree/master/tokensale-contracts).
0 commit comments