Table of Contents
This is a fully responsive Ethereum exchange blockchain web application built using web 3.0 technologies, such as MetaMask and Solidity.
Sections included in this web application are:
- Hero - section where you can make the transaction
- Services - section where the services offered are listed
- Transactions - section that shows the transactions carried out
A transaction can contain a keyword that allows you to add a gif thanks to the Giphy SDK
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Get a free Giphy API Key at https://developers.giphy.com/
- Clone the repo
git clone https://github.com/eliasjz36/citrine.git
- Go to client and install NPM packages
cd client && npm install
- Enter your Giphy API Key in a
.env
fileNEXT_PUBLIC_GIPHY_KEY = 'ENTER YOUR API';
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Elias Jimenez - elias-jimenez - bseliasjimenez14@gmail.com
Project Link: https://github.com/eliasjz36/citrine