Go to file
Armani Ferrante 67cc56bf73
Update README.md
2022-01-13 16:21:00 -05:00
docs Init repo 2021-03-13 10:42:02 -08:00
migrations Init repo 2021-03-13 10:42:02 -08:00
programs Install anchor-cli via yarn 2021-08-27 19:58:23 -07:00
tests Add reward amount guards (#14) 2021-07-08 13:30:52 -07:00
.gitignore Init repo 2021-03-13 10:42:02 -08:00
.travis.yml Use old cli version 2021-08-29 10:45:53 -07:00
Anchor.toml Use old cli version 2021-08-29 10:45:53 -07:00
Cargo.lock Use old cli version 2021-08-29 10:45:53 -07:00
Cargo.toml Init repo 2021-03-13 10:42:02 -08:00
LICENSE Add LICENSE 2021-03-18 16:50:53 -07:00
README.md Update README.md 2022-01-13 16:21:00 -05:00
package.json Use old cli version 2021-08-29 10:45:53 -07:00
yarn.lock Use old cli version 2021-08-29 10:45:53 -07:00

README.md

Deprecated

This program is no longer in use or maintained.

Stake

Programs for staking and lockups. For a technical introduction, see the docs.

Note

  • This code is unaudited. Use at your own risk.

Developing

Anchor is used for developoment, and it's recommended workflow is used here. To get started, see the guide.

Build

anchor build --verifiable

The --verifiable flag should be used before deploying so that your build artifacts can be deterministically generated with docker.

Test

anchor test

Verify

To verify the program deployed on Solana matches your local source code, change directory into the program you want to verify, e.g., cd programs/registry, and run

anchor verify <program-id | write-buffer>

A list of build artifacts can be found under releases.