https://github.com/hive-engine/hivesmartcontracts-wiki
Documentations for Hive-Engine smart contracts and RPC
https://github.com/hive-engine/hivesmartcontracts-wiki
hive hive-engine smart-contracts
Last synced: about 1 month ago
JSON representation
Documentations for Hive-Engine smart contracts and RPC
- Host: GitHub
- URL: https://github.com/hive-engine/hivesmartcontracts-wiki
- Owner: hive-engine
- Created: 2021-08-31T17:30:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-11-27T05:46:33.000Z (7 months ago)
- Last Synced: 2025-11-29T22:31:15.772Z (6 months ago)
- Topics: hive, hive-engine, smart-contracts
- Homepage:
- Size: 441 KB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hive Smart Contracts Wiki
**Getting started with Engine smart contract development**: first, read all the links below in the **General System Design & Usage** section. After that, read the [Smart Contract Developer's Guide](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Smart-Contracts-Guide.md), which contains quickstart instructions and teaches you best practices for working with & testing smart contract code. Use the **Contract Documentation** section as a reference for individual smart contract interfaces.
## General System Design & Usage
[Requirements](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Requirements.md)
[Write a Smart Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Write-a-Smart-Contract.md)
[Add actions to my Smart Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Add-actions-to-my-Smart-Contract.md)
[Smart Contracts API](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Smart-Contracts-API.md)
[Database API](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Database-API.md)
[Events and Logs](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Events-and-Logs.md)
[Deploy a Smart Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Deploy-a-Smart-Contract.md)
[JSON RPC server](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/JSON-RPC-server.md)
[Interact with the sidechain](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Interact-with-the-sidechain.md)
[How to setup a Hive Smart Contracts node](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/How-to-setup-a-Hive-Smart-Contracts-node.md)
[DSwap API](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/DSwap-API.md)
## Contract Documentation
[Tokens Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Tokens-Contract.md)
[Market Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Market-Smart-Contract.md)
[Market Pools Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Market-Pools.md)
[NFT Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/NFT-Contracts.md)
[NFT Market Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/NFT-Market-Contract.md)
[Bot Controller Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Bot-Controller-Contract.md)
[Pack Manager Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Pack-Manager-Contract.md)
[Mining Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Mining-Contract.md)
[Airdrops Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Airdrops-Contract.md)
[Claimdrops Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Claimdrops-Contract.md)
[NFT Airdrops Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/NFT-Airdrops-Contract.md)
[Distribution Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Distribution-Contract.md)
[Decentralized Token Fund (DTF) Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/TokenFund-Contract.md)
[Witnesses Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Witness-Contract.md)
[NFT Auctions Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/NFT-Auction-Contract.md)
[Comments Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Comment-Contract.md)
[Burndollar Contract](https://github.com/hive-engine/hivesmartcontracts-wiki/blob/master/Burndollar-contract.md)