https://github.com/frol/near-quest-2024
https://github.com/frol/near-quest-2024
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frol/near-quest-2024
- Owner: frol
- Created: 2024-10-05T21:06:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T13:49:42.000Z (about 1 year ago)
- Last Synced: 2025-05-15T20:12:59.251Z (about 1 year ago)
- Language: Rust
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redacted-quest
cargo-near-new-project-description
## How to Build Locally?
Install [`cargo-near`](https://github.com/near/cargo-near) and run:
```bash
cargo near build
```
## How to Test Locally?
```bash
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
cargo near deploy
```
## Useful Links
- [cargo-near](https://github.com/near/cargo-near) - NEAR smart contract development toolkit for Rust
- [near CLI](https://near.cli.rs) - Interact with NEAR blockchain from command line
- [NEAR Rust SDK Documentation](https://docs.near.org/sdk/rust/introduction)
- [NEAR Documentation](https://docs.near.org)
- [NEAR StackOverflow](https://stackoverflow.com/questions/tagged/nearprotocol)
- [NEAR Discord](https://near.chat)
- [NEAR Telegram Developers Community Group](https://t.me/neardev)
- NEAR DevHub: [Telegram](https://t.me/neardevhub), [Twitter](https://twitter.com/neardevhub)