Skip to content

Instantly share code, notes, and snippets.

View danikarik's full-sized avatar
🇰🇿
Salem

Daniyar Baitursynov danikarik

🇰🇿
Salem
View GitHub Profile
@danikarik
danikarik / milkyland.md
Last active December 18, 2024 05:32
MilkyLand 1C

1C

Номенклатура ТМЦ

POST https://qr.milkyland.kz/api/material_assets

{
  "id": 1,
  "onec_id": 111,
@danikarik
danikarik / ArysToken.sol
Last active December 3, 2024 15:57
ERC20 Smart Contract
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.26;
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol";
contract ArysToken is ERC20 {
AggregatorV3Interface internal oracle;
@danikarik
danikarik / api.okpock.com.md
Last active September 23, 2021 14:17
Okpock API Overview

Developer documentation for api.okpock.com

This page contains all necessary information to work with API.

Overview

https://api.okpock.com serves 3 endpoints:

  • /info - Returns VIN code and license plate only.
  • /preview - Returns a preview of data like mark, model, registrations and accidents count.