Skip to content

Commit 74eeab8

Browse files
committed
update readme
1 parent 84761aa commit 74eeab8

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

README.md

+5-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,7 @@
1+
# Zoints Staking
12

2-
## Running Tests
3+
Layout of this repository:
34

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

0 commit comments

Comments
 (0)