Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadiksunbul/eth_example
Ether ağına deoploy edile projeler içerir
https://github.com/sadiksunbul/eth_example
contract-testing contracts ethereum ethereum-contract ethereum-dapp ethersjs hardhat solidity solidity-dapps
Last synced: 8 days ago
JSON representation
Ether ağına deoploy edile projeler içerir
- Host: GitHub
- URL: https://github.com/sadiksunbul/eth_example
- Owner: SadikSunbul
- License: mit
- Created: 2024-01-26T12:48:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T13:42:31.000Z (about 1 year ago)
- Last Synced: 2024-12-02T00:23:53.791Z (2 months ago)
- Topics: contract-testing, contracts, ethereum, ethereum-contract, ethereum-dapp, ethersjs, hardhat, solidity, solidity-dapps
- Language: Solidity
- Homepage:
- Size: 171 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eth_Example
Ether ağına deoploy edile projeler içerir# Projeyi çalıştırmak için yapılması gerekenler
> 1. `.env` adında bir dosya olusturun
>
> 2. `.env` nın içine girin ve kendinize özgü configlerinizi oluşturun
> Örnek:
> ``` js
> ETH_RPC="infura gibi sitelerden alınan link"
>
> ETH_PK1="private keyiniz"
> ETH_K1="public keyiniz"
> ETH_PK2="private keyiniz"
> ETH_K1="public keyiniz"
> ETH_PK3="private keyiniz"
> ETH_K1="public keyiniz"
>
> 3. Projedeki leri deoploy etme
> Örnek:
> ```bash
> npx hardhat run
>
> npx hardhat run --network
>
> npx hardhat run scripts/deploy.js --network fuji
>
> 4. Projedekileri test etme
> Örnek:
> ```bash
> npx hardhat test
> npx hardhat test test/deneme.t.js