8000 GitHub - moxie-protocol/contracts: Contracts for Moxie Protocol
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

moxie-protocol/contracts

Repository files navigation

code snippets

Moxie Smart Contracts

This repository contains the official source code for the Moxie smart contracts.

Table Of Contents

Pre-requisites

Local Setup

  • Install the dependencies for all the contract project under this repository by simply running the following commnand:
yarn
  • Compile Contracts
yarn compile
  • Run tests
yarn test
  • Calculate test coverage
yarn coverage

Contract Deployment

For contract deployment guide, you can follow the guide in each project's README below:

Audit

This solidity code was audited by code4rena.

  • Protocol Contracts Audit report can be found here.
  • Token Distribution Audit report can be found here.
  • Fan Token Staking Audit report can be found here.
  • Referral & Protocol Rewards Audit report can be found here.
  • Graduation Audit report can be found here.

License

GNU General Public License v3.0

About

Contracts for Moxie Protocol

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 9

0