Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yosephks/ninja-name-service
Ninja Name Service Project on Polygon (By Buildspace)
https://github.com/yosephks/ninja-name-service
binance-smart-chain bsc buildspace ethereum evm hardhat name-service polygon react reactjs solidity solidity-contracts vercel web3
Last synced: about 2 months ago
JSON representation
Ninja Name Service Project on Polygon (By Buildspace)
- Host: GitHub
- URL: https://github.com/yosephks/ninja-name-service
- Owner: YosephKS
- Created: 2022-02-20T20:48:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T20:51:02.000Z (almost 3 years ago)
- Last Synced: 2024-12-11T03:12:28.266Z (about 2 months ago)
- Topics: binance-smart-chain, bsc, buildspace, ethereum, evm, hardhat, name-service, polygon, react, reactjs, solidity, solidity-contracts, vercel, web3
- Language: JavaScript
- Homepage: https://ninja-name-service.vercel.app/
- Size: 834 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Sample Hardhat Project
This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.
Try running some of the following tasks:
```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
```