Manta-Network / security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Started

  1. upgrade yarn to support workspace
    yarn set version 3.5.0
  1. install depandency
    yarn
  1. Test
  • Contract
        cd packages/contracts
        yarn build; yarn hardhat test test/sdk.test.ts

How to Install "depandancy" for specific "repo"

    yarn add @earn/contracts next-themes

About


Languages

Language:TypeScript 78.0%Language:Solidity 22.0%