Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imduchuyyy/eosio_contract_base

This repo is using for init new eosio smart contract project based on dgoods token standard
https://github.com/imduchuyyy/eosio_contract_base

blockchain eosio smart-contracts

Last synced: about 2 months ago
JSON representation

This repo is using for init new eosio smart contract project based on dgoods token standard

Awesome Lists containing this project

README

        

# EOSIO smart contract inherit from dgoods standard

## Using for initial new smart contract on EOSIO Blockchain
- [dGoods](https://dgoods.org/)

## Build project

```sh
mkdir build
cmake ..
make
```

## After build
* The built smart contract is under the 'main_contract' directory in the 'build' directory
* You can then do a 'set contract' action with 'cleos' and point in to the './build/main_contract' directory**
* Additions to CMake should be done to the CMakeLists.txt in the './src' directory and not in the top level CMakeLists.txt