Skip to content

teddy-swap/uada-contracts

Repository files navigation

uADA


This repository contains the documentation and code for the implementation of uADA 1

Structure

The directory report contains a report on the outline and planned implementation of the uADA system.

The directory uada contains the code for the blockchain part of the system. The following subdirectories are present:

  • onchain: Contains the code for the on-chain part i.e. Smart Contracts written in OpShin
  • offchain: Contains the code for the off-chain part i.e. building and submitting transactions for interaction with the Smart Contracts

Setting up the contract

poetry install
python3 -m uada.build
python3 -m uada.offchain.init_uada_stake_key
python3 -m uada.offchain.init_uada_params
python3 -m uada.offchain.mint_uada
python3 -m uada.offchain.withdraw_uada

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published