Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Mar 22, 2023
1 parent 839a9c1 commit d967eae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kits/opshin-starter-kit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
OpShin Starter-kit

This Starter-Kit is a small tutorial of how to use the PyCardano library with opshin for interacting with a simple vesting contract on Cardano.

PyCardano is a Cardano library written in Python. It allows users to create and sign transactions without depending on third-party Cardano serialization tools, such as cardano-cli and cardano-serialization-lib, making it a lightweight library, which is simple and fast to set up in all types of environments.

opshin is a Smart Contract language based on Python. It allows users to define and compile Smart Contracts directly within a python environment. It also interacts seemlessly with PyCardano.

0 comments on commit d967eae

Please sign in to comment.