https://github.com/kadena-io/pacty-parrots
https://github.com/kadena-io/pacty-parrots
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kadena-io/pacty-parrots
- Owner: kadena-io
- Created: 2019-10-09T22:05:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T13:08:50.000Z (over 1 year ago)
- Last Synced: 2024-11-11T08:40:54.803Z (6 months ago)
- Language: TypeScript
- Size: 14 MB
- Stars: 2
- Watchers: 18
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Pacty Parrots!!
## How to play:
follow all instructions [testnet portal](testnet.chainweb.com)
it will involve:
- downloading Chainweaver desktop wallet (macOS)
- funding an account with our testnet [coin faucet](faucet.testnet.chainweb.com)
- make sure wallet is pointing to a testnet node (ex:`us1.testnet.chainweb.com`)## Code specs:
- pact code and corresponding .repl tests outlined in /pact directory
- front-end implemented with react in /src
- calls to testnet chain with [pact-lang-api](https://github.com/kadena-io/pact-lang-api)
- all pact calls in src/contexts/PactContext.js## Run Your Own Locally:
- make sure you are on latest versions of node.js, npm, and react
- clone project and run
`npm install`
- once complete run `npm start`
- will be visible on `localhost:8083`