Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Mar 12, 2024
1 parent 9d5645c commit 7d64971
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contract-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ cargo test

## How to Deploy?

Deployment is automated with GitHub Actions CI/CD pipeline.
To deploy manually, install [`cargo-near`](https://github.com/near/cargo-near) and run:

```bash
# Create a new account
cargo near create-dev-account

# Deploy the contract on it
cargo near deploy <account-id>
```

## Useful Links

- [cargo-near](https://github.com/near/cargo-near) - NEAR smart contract development toolkit for Rust
Expand Down

0 comments on commit 7d64971

Please sign in to comment.