An open API service indexing awesome lists of open source software.

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

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)