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

https://github.com/poowaa/poketrainer-sol


https://github.com/poowaa/poketrainer-sol

Last synced: 3 months ago
JSON representation

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 |