Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 361 Bytes

File metadata and controls

26 lines (19 loc) · 361 Bytes

ATOR Protocol EVM Smart Contracts

This repository contains the ATOR Protocol EVM smart contracts, written in Solidity.

Install

$ npm i

Test

$ npm run test

Run on a local testnet

$ npm run node

then, in another terminal

$ npm run deploy

Deployed contract addresses will be output to the console.