Skip to content

Instantly share code, notes, and snippets.

@johnshearing
Created June 10, 2023 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnshearing/c7a7909d043cad66174daa58de828773 to your computer and use it in GitHub Desktop.
Save johnshearing/c7a7909d043cad66174daa58de828773 to your computer and use it in GitHub Desktop.
Starting Marlowe CIP-30 Example Smart Contract

Assuming Nami wallet is installed in the web browser. Assuming Nami is connected to an address with at least 100 ada on the Cardano preproduction network. Assuming the example code is already installed:

Open a Linux command line terminal session on your computer.

Change to the following directory: Your path will be differnt of course. /home/user/marlowe-starter-kit/06-cip30

Run the following command: ./run.sh.

After the server has started, paste the following into the address bar of your browser: http://127.0.0.1:3000/

Go here https://github.com/input-output-hk/marlowe-starter-kit

Switch to this branch using the button on the website. bwbush/CIP30

Look into the 06-cip30 directory on github website

Follow the directions to start the example dApp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment