Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imduchuyyy/eosio_contract_base
- Owner: imduchuyyy
- Created: 2021-06-18T03:34:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T05:50:21.000Z (over 3 years ago)
- Last Synced: 2024-05-06T01:33:21.331Z (8 months ago)
- Topics: blockchain, eosio, smart-contracts
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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