Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastienrousseau/faster-exchange-core
🏦 Core smart contracts for Faster Exchange - The High-Performance Transaction Credits Platform
https://github.com/sebastienrousseau/faster-exchange-core
blockchain credits ethereum ethereum-contract faster-exchange-core smart-contracts solidity solidity-contracts transaction
Last synced: about 1 month ago
JSON representation
🏦 Core smart contracts for Faster Exchange - The High-Performance Transaction Credits Platform
- Host: GitHub
- URL: https://github.com/sebastienrousseau/faster-exchange-core
- Owner: sebastienrousseau
- License: mit
- Created: 2021-05-07T10:19:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T09:45:11.000Z (over 3 years ago)
- Last Synced: 2024-05-02T03:01:20.180Z (7 months ago)
- Topics: blockchain, credits, ethereum, ethereum-contract, faster-exchange-core, smart-contracts, solidity, solidity-contracts, transaction
- Language: Solidity
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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.
- [Faster Exchange Core](#faster-exchange-core)
- [Building the High-Performance Transaction Credits Platform](#building-the-high-performance-transaction-credits-platform)
- [Setup](#setup)
- [Testing](#testing)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
- [Acknowledgments](#acknowledgments)
- [Links](#links)## Setup
The smart contracts are written in [Solidity][solidity] and tested/deployed
using [Truffle](https://www.trufflesuite.com) v5.3.4 (core: 5.3.4)
[Node](https://nodejs.org) v16.1.0.```bash
# Install Truffle package globally:
$ npm install -g truffle# Install local node dependencies:
$ npm install || yarn
```
## TestingTo test the code simply run:
```bash
# Running tests:
$ npm run test || yarn test
```### Contributing
Please read carefully through our [Contributing Guidelines](https://github.com/sebastienrousseau/faster-exchange-core/blob/master/CONTRIBUTING.md) 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](https://github.com/sebastienrousseau/faster-exchange-core/blob/master/CODE_OF_CONDUCT.md).
### License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/sebastienrousseau/faster-exchange-core/blob/master/LICENSE) file for details
### Links
[faster-exchange-core](https://fasterexchange.network)
[ethereum](https://www.ethereum.org/)
[solidity](https://solidity.readthedocs.io/en/develop/)
[truffle](http://truffleframework.com/)
[testrpc](https://github.com/ethereumjs/testrpc)### Acknowledgments
[Faster Exchange](https://fasterexchange.network) is beautifully crafted by these people and a bunch of awesome [contributors](https://github.com/sebastienrousseau/faster-exchange-core/graphs/contributors)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8d47da855c704bdea1d270d96196ff03)](https://app.codacy.com/gh/sebastienrousseau/faster-exchange-core?utm_source=github.com&utm_medium=referral&utm_content=sebastienrousseau/faster-exchange-core&utm_campaign=Badge_Grade_Settings)
[![Sebastien Rousseau](https://avatars0.githubusercontent.com/u/1394998?s=117)](http://sebastienrousseau.co.uk)[Sebastien Rousseau](https://github.com/sebastienrousseau)
Faster Exchange is maintained and funded by Sebastien Rousseau.