File tree Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change 2626    └── Devnet.toml 
2727``` 
2828
29- ### Usage  
29+ ### Installation  
3030
31- Run the fuzzer with the following command:
31+ --- 
32+ 
33+ ** Install the package locally** 
34+ 
35+ ``` 
36+ npm install "https://github.com/stacks-network/rendezvous.git" 
37+ ``` 
38+ 
39+ Run the fuzzer locally:
40+ 
41+ ``` 
42+ npx rv <path-to-clarinet-project> <contract-name> <type> 
43+ ``` 
44+ 
45+ --- 
46+ 
47+ ** Install the package globally** 
48+ 
49+ ``` 
50+ git clone https://github.com/stacks-network/rendezvous 
51+ npm install 
52+ npm install --global . 
53+ ``` 
54+ 
55+ Run the fuzzer from anywhere on your system:
3256
3357``` 
3458rv <path-to-clarinet-project> <contract-name> <type> 
3559``` 
3660
37- This will execute the fuzzing process, attempting to falsify invariants or tests.
61+ --- 
62+ 
63+ ### Configuration  
3864
3965** Positional arguments:** 
4066
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments