Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phuclam202/firstbasicnear
build first basic contract for CURD strudent
https://github.com/phuclam202/firstbasicnear
Last synced: 18 days ago
JSON representation
build first basic contract for CURD strudent
- Host: GitHub
- URL: https://github.com/phuclam202/firstbasicnear
- Owner: PhucLam202
- Created: 2023-12-31T06:42:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T06:44:36.000Z (about 1 year ago)
- Last Synced: 2024-11-09T01:52:46.145Z (2 months ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StudenCURD
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) - Iteract 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)