EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

where can i get eosio.bios.wasm when i use "apt install xx.deb"? #6159

Closed Mojicode closed 5 years ago

Mojicode commented 6 years ago

I install eosio by using "apt install ./eosio-1.4.1.ubuntu-16.04-x86_64.deb",but I can't find eosio.bios.wasm and other base contract.

jgiszczak commented 5 years ago

Get the contracts from the eosio.contracts repository here. Compile them with the EOS.IO Contract Development Toolkit, available as a pre-built package here.