The Adamik application is a boilerplate implementation of the main Adamik API endpoints. It serves as a starting point for developers looking to integrate with the Adamik API, providing essential functionalities and example usages of the API. As a truly open-source project licensed under the MIT License, Adamik encourages community contributions and collaboration.
The Adamik Application is a Next.js project bootstrapped with create-next-app
.
To get a local copy up and running, follow these simple steps.
Make sure you have the following installed on your development machine:
-
Clone the repo
git clone https://github.com/your-username/adamik-app.git
-
Install dependencies
cd adamik-app pnpm install
-
Get your API key if you don't already have one and set it in a file named
.env.local
at the root of the project.You will also need a Mobula API key to retrieve the prices, logos and tickers of assets.
NEXT_PUBLIC_ADAMIK_API_TEST_URL="https://api.adamik.io/api" ADAMIK_API_KEY="<your Adamik API key>" MOBULA_API_KEY=""<your Mobula API key>"
First, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
Any contributions you make to the Adamik App are greatly appreciated. Feel free to also contact us through Discord to report bugs or express feature requests.
- 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
for more information.