https://github.com/ruferdz/escrow-smart-contract
https://github.com/ruferdz/escrow-smart-contract
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruferdz/escrow-smart-contract
- Owner: RuFerdZ
- Created: 2021-12-04T23:50:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T23:50:28.000Z (over 4 years ago)
- Last Synced: 2025-03-13T09:42:56.065Z (about 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Environment Setup
1. Install Rust from https://rustup.rs/
2. Install Solana from https://docs.solana.com/cli/install-solana-cli-tools#use-solanas-install-tool
### Build and test for program compiled natively
```
$ cargo build
$ cargo test
```
### Build and test the program compiled for BPF
```
$ cargo build-bpf
$ cargo test-bpf
```