Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/walterproof/fa1.2-workshop
- Owner: WalterProof
- Created: 2020-12-05T11:07:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-09T16:07:37.000Z (almost 4 years ago)
- Last Synced: 2024-07-06T13:56:18.707Z (4 months ago)
- Topics: pytezos, taquito, tezos
- Language: TypeScript
- Homepage: https://fa12-workshop.web.app
- Size: 868 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 contractsTo 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`