Skip to content

DeltaMichael/cwar-staking-program

Repository files navigation

CWAR Token Staking

Staking pool based on Scalable Reward Distribution On The Ethereum Blockchain

Audit report by SmartState

Build Solana Program (compiled for BPF)

Run the following from the program/ subdirectory:

$ cd program
$ cargo build-bpf
$ cargo test-bpf

Build and use program interface for development

$ cd program/interface
$ npm pack

Copy tarball to your project

$ npm install /path/to/tarball

Run integration tests

Requires that you have solana-test-validator installed

$ ./test.sh

Directory structure

program

Solana staking program in Rust

program/interface

TS interface to interact with staking program

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published