create-stylus 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
//!
|
|
2
|
-
//! YourContract in Stylus Rust
|
|
2
|
+
//! YourContract in Stylus Rust.
|
|
3
3
|
//!
|
|
4
|
-
//! A smart contract that allows changing a state variable of the contract and tracking the changes
|
|
5
|
-
//! It also allows the owner to withdraw the Ether in the contract
|
|
4
|
+
//! A smart contract that allows changing a state variable of the contract and tracking the changes.
|
|
5
|
+
//! It also allows the owner to withdraw the Ether in the contract.
|
|
6
6
|
//!
|
|
7
7
|
//! This is the Stylus Rust equivalent of the Solidity YourContract.
|
|
8
8
|
//!
|