Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/MyWishPlatform/eosio_acc_check_plugin


https://github.com/MyWishPlatform/eosio_acc_check_plugin

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Clone repo:
```bash
eos/plugins]$ git clone https://github.com/MyWishPlatform/eosio_acc_check_plugin/
eos/plugins]$ mv eosio_acc_check_plugin acc_check_plugin
```


Modify eos/plugins/CMakeLists.txt:
```
...
add_subdirectory(acc_check_plugin)
...
```


Modify eos/programs/nodeos/CMakeLists.txt:
```
...
PRIVATE -Wl,${whole_archive_flag} acc_check_plugin -Wl,${no_whole_archive_flag}
...
```


Compile:
```bash
eos/build]$ make
eos/build]$ sudo make install
```


Add to config.ini:
```
plugin = eosio::acc_check_plugin
```