Skip to content

Commit

Permalink
update readme and audit (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsource147 authored Aug 7, 2024
1 parent 40b7107 commit 143a63c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
26 changes: 20 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# LOCKER
# JUPITER LOCKER

Allow user to lock token based on a vesting plan
Open source program to allow user to lock token based on a vesting plan

### Tests

#### Program
## For developer

To run all the test, please run the following commands:
```
anchor test -- --features localnet
```
```

Build programs:
```
anchor build
```


## Audit
Jupiter Locker has been audited by Sec3 (prev.Soteria). View the audit report [here](./audits/jup-lock_report_final.pdf).


## License
Anchor is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Jupiter Locker by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.
Binary file added audits/jup-lock_report_final.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions programs/locker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "locker"
version = "0.2.1"
description = "Created with Anchor"
edition = "2021"
author = "[email protected]"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit 143a63c

Please sign in to comment.