Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maximedgr/near_rust_smart_contract


https://github.com/maximedgr/near_rust_smart_contract

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

### Key Value storage - Smart contract - NEAR
### tutorial by figment.io

Contract 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)