소스 검색

reorg items

jpcaulfi 3 년 전
부모
커밋
598ab64eb9
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -42,13 +42,13 @@ Regardless of what you may want to add on top of existing Solana programs, the n
     * [x] Repository Layout
     * [ ] Checking Accounts
     * [x] Create an Account
-    * [x] Rent
-    * [x] Transfer SOL
-    * [ ] Stake SOL with a Validator
     * [ ] Assign Data to an Account
+    * [x] Rent
     * [ ] Reallocate an Account's Data
     * [ ] Transfer an Account's Ownership
     * [ ] Destroy an Account
+    * [x] Transfer SOL
+    * [ ] Stake SOL with a Validator
     * [ ] Create a Simple PDA
     * [ ] PDAs Expanded
     * [ ] PDAs as a Database