Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update rs counter example with NEAR_SDK_RS 5.0 #1809

Merged
merged 1 commit into from
Mar 22, 2024
Merged

feat: update rs counter example with NEAR_SDK_RS 5.0 #1809

merged 1 commit into from
Mar 22, 2024

Conversation

matiasbenary
Copy link
Contributor

before approving this pull request you must be approving this pull request:
near-examples/counters#4

@@ -192,7 +188,7 @@ near create-account <accountId> --useFaucet

# Deploy the contract
cd contract-rs
./build.sh
cargo build
near deploy <accountId> ./target/wasm32-unknown-unknown/release/counter.wasm
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it's better to use cargo near deploy <accountId> command since we follow the new approach with the whole cargo ... thing

@gagdiez gagdiez merged commit d2720b7 into near:master Mar 22, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Shipped 🚀
Development

Successfully merging this pull request may close these issues.

[RS-SDK5] Migrate Counter - https://docs.near.org/tutorials/examples/count-near
3 participants