Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dirt-road-development/skale-s2s-tokens
Preconfigured tokens to work with Europa Hub Liquidity on SKALE
https://github.com/dirt-road-development/skale-s2s-tokens
erc20 hardhat ima skale-hubs skale-network token
Last synced: about 2 months ago
JSON representation
Preconfigured tokens to work with Europa Hub Liquidity on SKALE
- Host: GitHub
- URL: https://github.com/dirt-road-development/skale-s2s-tokens
- Owner: Dirt-Road-Development
- License: mit
- Created: 2022-11-09T19:03:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T23:48:31.000Z (about 2 months ago)
- Last Synced: 2024-11-07T00:35:57.453Z (about 2 months ago)
- Topics: erc20, hardhat, ima, skale-hubs, skale-network, token
- Language: TypeScript
- Homepage:
- Size: 736 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SKALE - S2S Tokens
This project is a core token set that can be used to quickly get up and running with the Europa Hub liquidity.
You will need to manually map the tokens after, however, this will get you started with token deployment and verification for all the tokens according to the naming conventions set by the Europa community.## Installation
1) Run ```git clone https://github.com/Dirt-Road-Development/skale-s2s-tokens```
2) Run ```./setup.sh```## How to use
In order to utilize this repository, you must:
1) Have DEPLOYER_ROLE given to the address associated with the private key you provide in the .env file
2) Have sFUEL in the account you are deploying from## Deployment
1) Run ```npx hardhat deploy --tags --network ```There are plenty of customizable options that will be covered below.
### Deploy USDC
To deploy USDC, you would run the following:
```shell
# Calypso Mainnet
npx hardhat deploy --tags usdc --network calypso# Calypso Testnet
npx hardhat deploy --tags usdc --network calypso-staging-v3
```### Collab.Land Tokens
```shell
# Calypso Mainnet
npx hardhat deploy --tags collab --network calypso# Calypso Testnet
npx hardhat deploy --tags collab --network calypso-staging-v3
```