https://github.com/poowaa/poketrainer-sol
https://github.com/poowaa/poketrainer-sol
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poowaa/poketrainer-sol
- Owner: PoOwAa
- License: isc
- Created: 2021-04-28T13:26:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T15:45:30.000Z (about 4 years ago)
- Last Synced: 2025-01-20T02:50:52.422Z (5 months ago)
- Language: Solidity
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pokeTrainer-sol
TODO: Some words about pokeTrainer
This repository contains the smart contracts for PokeTrainer Dapp. For local development it uses hardhat.
## Installation
`$ npm i`
## Commands
| Command | Description |
| --------------- | ------------------------------------------------------------- |
| npm t | Run tests on local hardhat network |
| npm run compile | Generate .d.ts files from smart contrats, and abi description |
| npm run deploy | Deploy smart contracts to local hardhat network |