EOSIO / eos

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

[Question] Documentation is correct? #9458

Closed scheung38 closed 4 years ago

scheung38 commented 4 years ago

Mac OSX/Linux For waxdev docker run -it --name waxdev -v /c/wax:/wax waxteam/dev bash?

should it not be:

docker run -it --name waxdev -v wax:/wax waxteam/dev bash?

Also waxcdt

docker run -it --name waxcdt -v /var/share/wax:/wax waxteam/cdt bash

says namespace already taken up ?

heifner commented 4 years ago

I think you have the wrong repo

scheung38 commented 4 years ago

@heifner I was working in Wax https://developer.wax.io/dapps/wax-contract-development-toolkit-wax-cdt/ and it is eos related?

heifner commented 4 years ago

Wax is a fork of eosio: https://github.com/worldwide-asset-exchange/wax-blockchain

scheung38 commented 4 years ago

So can both Wax and EOSIO able to generate Ricardian Contract? I don't see much resources on it.

matthewdarwin commented 4 years ago

WAX is based on EOSIO. EOSIO has Ricardian Contracts. If you have further questions about WAX, please join a WAX-specific group. The EOS github is for EOS software issues only.

Thanks.