Skip to content

Commit

Permalink
added link to the cargo-near-new-project-template and remove not-actu…
Browse files Browse the repository at this point in the history
…al information
  • Loading branch information
akorchyn committed Jan 30, 2025
1 parent 48f01ce commit 3115a09
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ impl StatusMessage {
}
```

## Github Codespaces template
* Quick start your project with the [template repository](https://github.com/near/cargo-near-new-project-template) generated by `cargo near new` command
* The associated [template repository](https://github.com/near/cargo-near-new-project-template)'s README contains a `Code > Codespaces > Create codespace on main` screenshot.
* Clicking the button will result in using [Github Codespaces devcontainer](https://docs.github.com/en/codespaces). The containers allow you to start building without the need to install any dependencies on your machine and provide the actual version.

## Features

### Unit-testable
Expand Down Expand Up @@ -288,12 +293,6 @@ cargo near deploy

Builds the smart contract (equivalent to `cargo near build`) and guides you to deploy it to the blockchain.

### Using cargo build

```sh
RUSTFLAGS='-C link-arg=-s' cargo build --target wasm32-unknown-unknown --release
```

## Building with reproducible builds

Since WebAssembly compiler includes a bunch of debug information into the binary, the resulting binary might be
Expand Down

0 comments on commit 3115a09

Please sign in to comment.