Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walterproof/fa1.2-workshop

FA1.2 Workshop with Tezos Israel and Madfish
https://github.com/walterproof/fa1.2-workshop

pytezos taquito tezos

Last synced: 6 days ago
JSON representation

FA1.2 Workshop with Tezos Israel and Madfish

Awesome Lists containing this project

README

        

# FA1.2 Workshop

![contracts](https://github.com/catsoap/fa1.2-workshop/workflows/contracts/badge.svg)
![dapp](https://github.com/catsoap/fa1.2-workshop/workflows/dapp/badge.svg)

A monorepo for dapp development on Tezos.

## Requirements

- yarn
- docker

## Installation

`yarn`

## Packages

yarn workspaces are used in order to be able to import contract addresses in the dapp.
There are 2 packages:

- dapp: React app
- contracts: Custom scripts with taquito, test with mocha/chai, contract with ligo

## Dev

Before running dapp, create packages/dapp/.env after the .dist.

- yarn dapp:start / starts the dapp from the dapp package
- yarn sandox:start / starts the flextesa sandbox
- yarn contracts:compile token.ligo / compiles a contract with ligo
- yarn contracts:deploy env / deploy contracts

To compile, deploy and launch tests in a row, run `yarn contracts:compile token.ligo && yarn contracts:deploy dev 1 && yarn contracts:test`

## Sandbox

You can enter the sandbox with `sandbox:shell`.
To import the default secret keys, run:

- `tezos-client import secret key alice unencrypted:edsk3QoqBuvdamxouPhin7swCvkQNgq4jP5KZPbwWNnwdZpSpJiEbq`
- `tezos-client import secret key bob unencrypted:edsk3RFfvaFaxbHx8BMtEW1rKQcPtDML3LXjNqMNLCzC3wLC1bWbAt`