https://github.com/hive-engine/steemsmartcontracts-wiki
https://github.com/hive-engine/steemsmartcontracts-wiki
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hive-engine/steemsmartcontracts-wiki
- Owner: hive-engine
- Created: 2020-05-02T04:03:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-25T14:52:44.000Z (about 1 year ago)
- Last Synced: 2025-05-25T15:45:39.987Z (about 1 year ago)
- Size: 349 KB
- Stars: 32
- Watchers: 5
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steem & Hive Smart Contracts Wiki
**Getting started with Engine smart contract development**: first, read all the links below in the **General System Design & Usage** section. Steem is mentioned in some areas, but everything is equally applicable to Hive Engine. After that, read the [Smart Contract Developer's Guide](https://github.com/hive-engine/steemsmartcontracts-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/steemsmartcontracts-wiki/blob/master/Requirements.md)
[Write a Smart Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Write-a-Smart-Contract.md)
[Add actions to my Smart Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Add-actions-to-my-Smart-Contract.md)
[Smart Contracts API](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Smart-Contracts-API.md)
[Database API](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Database-API.md)
[Events and Logs](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Events-and-Logs.md)
[Deploy a Smart Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Deploy-a-Smart-Contract.md)
[JSON RPC server](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/JSON-RPC-server.md)
[Interact with the sidechain](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Interact-with-the-sidechain.md)
[How to setup a Steem or Hive Smart Contracts node](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/How-to-setup-a-Steem-Smart-Contracts-node.md)
[DSwap API](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/DSwap-API.md)
## Contract Documentation
[Tokens Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Tokens-Contract.md)
[Market Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Market-Smart-Contract.md)
[Market Pools Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Market-Pools.md)
[NFT Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/NFT-Contracts.md)
[NFT Market Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/NFT-Market-Contract.md)
[Bot Controller Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Bot-Controller-Contract.md)
[Pack Manager Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Pack-Manager-Contract.md)
[Mining Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Mining-Contract.md)
[Airdrops Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Airdrops-Contract.md)
[NFT Airdrops Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/NFT-Airdrops-Contract.md)
[Claimdrops Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Claimdrops-Contract.md)
[Distribution Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Distribution-Contract.md)
[Decentralized Token Fund (DTF) Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/TokenFund-Contract.md)
[Witnesses Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Witness-Contract.md)
[NFT Auctions Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/NFT-Auction-Contract.md)
[Comments Contract](https://github.com/hive-engine/steemsmartcontracts-wiki/blob/master/Comment-Contract.md)