Skip to content

Latest commit

 

History

History

protocol

Crypto Fiat Gateway Smart Contracts

See also:

Overview

See FiatGateway docs for full details of the project.

The main contract in the protocol is Gateway.sol. It's API is documented in API.md.

Build

npm i
npm compile
npm lint

Test

truffle develop
develop> test