Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1007 Bytes

GETTING_START.md

File metadata and controls

36 lines (31 loc) · 1007 Bytes

Getting started

Then, you can run locally in development mode:

anchor build
anchor test

Code organization

.
├── app      
├── migrations                    
├── README.md                    # README file
├── Anchor.toml                  # Anchor configuration
├── programs                     # Program folder
│   └── contract                 
│       └── instructions          
│       └── schema
│       └── lib.rs
│       └── constants.rs
│       └── error.rs                     
├── tests                        # test folder
│   └── test.ts                  # test file 
│── Cargo.lock                    
├── Cargo.toml    
├── package.json               
└── tsconfig.json                # TypeScript configuration