Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maximedgr/near_rust_smart_contract
https://github.com/maximedgr/near_rust_smart_contract
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximedgr/near_rust_smart_contract
- Owner: maximedgr
- Created: 2022-11-05T19:00:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T20:36:11.000Z (about 2 years ago)
- Last Synced: 2024-11-06T04:26:34.583Z (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)