Skip to content

Instantly share code, notes, and snippets.

@chiptus
Created July 12, 2020 09:12
Show Gist options
  • Save chiptus/d242a477a825d41b4c7dee52130178ef to your computer and use it in GitHub Desktop.
Save chiptus/d242a477a825d41b4c7dee52130178ef to your computer and use it in GitHub Desktop.
yarn create react-app web # this will create the folder for your app
cd web
yarn add @taquito/beacon-wallet @taquito/taquito
cd ../
yarn global add truffle@tezos
mkdir contracts
cd contracts
truffle unbox tezos-example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment