Commit 74eeab8 1 parent 84761aa commit 74eeab8 Copy full SHA for 74eeab8
File tree 1 file changed +5
-26
lines changed
1 file changed +5
-26
lines changed Original file line number Diff line number Diff line change
1
+ # Zoints Staking
1
2
2
- ## Running Tests
3
+ Layout of this repository:
3
4
4
- Install JavaScript dependencies:
5
-
6
- ``` bash
7
- cd js
8
- npm i
9
- npm run build
10
- cd ../test_server
11
- npm i
12
- ```
13
-
14
- Build Solana program:
15
-
16
- ``` bash
17
- cd ../program
18
- cargo build-bpf
19
- ```
20
-
21
- Start Solana node and interactive web server:
22
-
23
- ``` bash
24
- cd ../test_server
25
- docker-compose up -d
26
-
27
- npm run start
28
- ```
5
+ * [ /program] ( /program ) The code for the Solana staking program used by Zoints
6
+ * [ /js] ( /js ) The code for the [ @zoints/staking ] ( https://www.npmjs.com/package/@zoints/staking ) library published on npmjs
7
+ * [ /test_server] ( /test_server ) A developer test environment to allow quick simulations of the code and test features
You can’t perform that action at this time.
0 commit comments