Skip to content

git-marcopitra/interest-protocol-v2

 
 

Repository files navigation

Is a protocol to swap and lend crypto, commodities, gold, and fiat currencies.

Contributing

We always want to be better.

Feel invited to contribute, if you are comfortable, follow the instructions in CONTRIBUTING.md to get started.

Environment Variables

To run this project you will need to add the following environment variables to your .env

GETRESPONSE_API_KEY=apiKey

GETRESPONSE_LIST_TOKEN=listToken.

NEXT_PUBLIC_BSC_TEST_NET_JSON_RPC=test-net-json-rpc

NEXT_PUBLIC_BSC_RPC_URL=main-net-json-rpc

Quick start

Install the project dependencies with yarn

  yarn

Initialize the application

  yarn dev

Run tests

First of all, make sure you have jest installed, if not, follow the steps below.

  yarn add --dev jest

Only then will you be able to run the following command

  yarn test

Code Style

You must install it in your Editor text

Technologies

Google Analytics

logTransactionEvent

A Function that will log to google analytics about all transactions that will come up within the platform. The successful transactions will be registered along with any errors.

logGenericEvent

Generic events will be registered, events about the most common occurrences that take place inside the platform.

Live

Go to here (Interest Protocol) and see what we have prepared for you

DApp

Access DApp and enjoy what has been prepared for you

Contact Us

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%