https://github.com/maximedgr/near_rust_smart_contract
https://github.com/maximedgr/near_rust_smart_contract
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximedgr/near_rust_smart_contract
- Owner: maximedgr
- Created: 2022-11-05T19:00:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T20:36:11.000Z (over 2 years ago)
- Last Synced: 2025-02-16T07:16:44.793Z (3 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Key Value storage - Smart contract - NEAR
### tutorial by figment.ioContract deloyed : [View](https://explorer.testnet.near.org/transactions/8ZpW6DD5zmhRbcmQJt4989ZjWgzc6NNaQ18xXh7Jpycx)
### Setup
You should have the following requirements installed:
- Rust
- NEAR CLI
- NEAR Testnet account
```
rustup target add wasm32-unknown-unknown
```### Uints Test
```
cargo test -- --nocapture
```### Tutorial :
[Tuto by Figment.io](https://learn.figment.io/tutorials/write-and-deploy-a-smart-contract-on-near)