pleasemarkdarkly / mesa-smartcontracts

⛓️ Mesa Smart Contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mesa Contracts

Getting started

To run the tests, follow these steps. You must have at least node v10 and yarn installed.

First clone the repository:

git clone https://github.com/cryptonative-ch/mesa-smartcontracts.git

Move into the mesa-contracts working directory

cd mesa-contracts/

Install dependencies

yarn install

Building the contracts

yarn build

Deploying Contracts

Create a new .env file in the main directory with the following variables:

INFURA_KEY="xxx"
PRIVATE_KEY="xxx"
ETHERSCAN_API_KEY="xxx"

About

⛓️ Mesa Smart Contracts

License:GNU Lesser General Public License v3.0


Languages

Language:TypeScript 68.8%Language:Solidity 27.3%Language:JavaScript 3.9%Language:Shell 0.0%