Cashflow Relay Testnet (Live)
Last updated Nov 19, 2022
16
Stars
5
Forks
2
Issues
0
Stars/day
Attention Score
7
Language breakdown
No language data available.
▸ Files
click to expand
README
Cashflow Relay Testnet
For frontend (in root folder)
Install all dependencies
install frontend and contracts dependenciesi
Compile c2fc contracts
for compile c2fc contractrun compile-contract
To start locally
for development environment in watch moderun dev
for production environment in watch moderun prod
To build locally (see build folder)
for development environment without watch moderun build:dev
for production environment without watch moderun build:prod
To start bundle analyzer
for development environmentrun analyze:dev
for production environmentrun analyze:prod
For contracts (in ethereum-contracts folder)
Install all dependencies
install contracts dependenciesi
To start ethereum network locally
for start networkrun ganache-cli
for start network with argumentsrun ganache-cli -- -b 3
To build and deploy contracts
for build contractsrun compile-contracts
for deploy contractsrun deploy-contracts
for build and deploy contractsrun compile-deploy-contracts
To start test
ortest
for start test, before that you need start network (t
)run ganache-cli
We use
- [x] Drizzle For handles instantiating web3 and contracts, fetching accounts, and keeping all of this data in sync with the blockchain.
- [x] Ox protocol - that enables the peer-to-peer exchange of assets on the Ethereum blockchain.
- [x] Typescript
- [x] React
- [x] Redux
- [x] Redux-saga for side-effects
- [x] Material-UI
🔗 More in this category