8000 GitHub - jameshughs/boost-farm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jameshughs/boost-farm

 
 

Repository files navigation

boost-farming Contract

A general farm, support:

  • multi-farm,
  • lock seed to gain extra reward,
  • global booster

API

check contracts/boost-farming/api.md

Compile

# to build locally, run
make
# to test the build, run
make test
# to test in sandbox
make sandbox
# to build stable release using docker, run
make release
# to clean, run
make clean

Verify wasm

# to verify the wasm is the one on the chain, just run
./codehash.sh
# to verify the release you build equals the one in releases dir, just run
make release && ./codehash.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.3%
  • TypeScript 5.1%
  • Shell 0.7%
  • Makefile 0.5%
  • Python 0.2%
  • JavaScript 0.1%
  • Dockerfile 0.1%
0