Skip to content

MyWishPlatform/eosio_table_entry_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clone repo:

eos/plugins]$ git clone https://github.com/MyWishPlatform/eosio_table_entry_plugin/
eos/plugins]$ mv eosio_table_entry_plugin table_entry_plugin

Modify eos/plugins/CMakeLists.txt:

...
add_subdirectory(table_entry_plugin)
...

Modify eos/programs/nodeos/CMakeLists.txt:

...
PRIVATE -Wl,${whole_archive_flag} table_entry_plugin  -Wl,${no_whole_archive_flag}
...

Compile:

eos/build]$ make
eos/build]$ sudo make install

Add to config.ini:

plugin = eosio::table_entry_plugin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors