/eosio-wraplock

Fork of the project for bridging tokens on eosio chains

Primary LanguageC++MIT LicenseMIT

--- wraplock Project ---

 - How to Build -
   - run compile.sh

 - After build -
   - The built smart contract is under the 'wraplock' directory in the 'build' directory
   - You can then do a 'set contract' action with 'cleos' and point in to the './build/wraplock' directory

 - Additions to CMake should be done to the CMakeLists.txt in the './src' directory and not in the top level CMakeLists.txt