sebastienrousseau / faster-exchange-core

🏦 Core smart contracts for Faster Exchange - The High-Performance Transaction Credits Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faster Exchange Core

Building the High-Performance Transaction Credits Platform

The Faster Exchange Ethereum Core smart contracts aims to contribute to a decentralised financial suite that allows delivery of global financial services via a distributed ledger, self-executing smart contracts, and cryptocurrency. This particular repository is the implementation of a system that allows for the creation of Faster Exchange tokens.

Setup

The smart contracts are written in [Solidity][solidity] and tested/deployed using Truffle v5.3.4 (core: 5.3.4) Node v16.1.0.

# Install Truffle package globally:
$ npm install -g truffle

# Install local node dependencies:
$ npm install || yarn

Testing

To test the code simply run:

# Running tests:
$ npm run test || yarn test

Contributing

Please read carefully through our Contributing Guidelines for further details on the process for submitting pull requests to us.

Code of Conduct

We are committed to preserving and fostering a diverse, welcoming community. Please read our Code of Conduct.

License

This project is licensed under the MIT License - see the LICENSE file for details

Links

faster-exchange-core ethereum solidity truffle testrpc

Acknowledgments

Faster Exchange is beautifully crafted by these people and a bunch of awesome contributors

Codacy Badge Sebastien Rousseau

Sebastien Rousseau

Faster Exchange is maintained and funded by Sebastien Rousseau.

About

🏦 Core smart contracts for Faster Exchange - The High-Performance Transaction Credits Platform

License:MIT License


Languages

Language:Solidity 93.6%Language:JavaScript 5.8%Language:Shell 0.6%