Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme and audit #7

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading