Skip to content

turbamentum-one/rental_agreement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rental agreement

Manage rental agreements between a property owner and tenant.

Instructions

Building

cargo build-bpf

Deploy to a net

Validate Solana Configuration

Your solana environment should point to testnet or devnet

solana config set --url https://api.testnet.solana.com

verify it

solana config get
===>

Config File: /home/alex/.config/solana/cli/config.yml
RPC URL: https://api.testnet.solana.com 
WebSocket URL: wss://api.testnet.solana.com/ (computed)
Keypair Path: /home/alex/.config/solana/id.json 
Commitment: confirmed 

Deploy BPF Program

add balance

solana airdrop 1
# do it several times

then

solana program deploy ./target/deploy/rental_agreement.so

About

rental agreement smart contract on Solana

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages