WaultFinance / WAULT

DECENTRALIZED FINANCE PROTOCOL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WaultFinance

Overview

Contracts and their addresses on BSC

Installation

Before running any command, make sure to install all dependencies:

$ npm install

Test

Run all tests via Truffle:

$ truffle test

Compile

Compile all contracts via Truffle:

$ truffle compile

Deploy

Deploy on local Truffle Develop blockchain:

$ truffle develop
$ migrate

Learn More

For full usage information refer to Truffle documentation.

About

DECENTRALIZED FINANCE PROTOCOL


Languages

Language:Solidity 98.3%Language:JavaScript 1.7%