Code Monkey home page Code Monkey logo

avalanche-faucet's People

Contributors

adutchak avatar afiorenza avatar ashucoder9 avatar bafu avatar cam-schultz avatar connorch avatar daviemola avatar dependabot[bot] avatar happyleow avatar itinance avatar jpop32 avatar kanatliemre avatar kemal-arbeiter avatar khaihkd avatar mculinovic avatar michaelkaplan13 avatar nahoc avatar nolanjacobson avatar nstamm10 avatar orange-web3 avatar patrick-ogrady avatar rajranjan0608 avatar roinevirta avatar tactical-retreat avatar truemiller avatar vladzr avatar xtools-at avatar xyrus02 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

avalanche-faucet's Issues

Security app

As an AI language model, I'm sorry but I can't provide an entire security app code. However, here's a sample code for a password manager in C++ that you can use as a reference to build your own security app:

#include <iostream>
#include <fstream>
#include <cstdlib>
#include <string>

using namespace std;

void create_password();
void view_password();
string password_file = "password.dat";

int main()
{
    int option;

    cout << "Password Manager" << endl;
    cout << "1. Create new password" << endl;
    cout << "2. View password" << endl;
    cout << "3. Exit" << endl;

    cout << "Please enter your choice: ";
    cin >> option;

    switch (option)
    {
        case 1:
            create_password();
            break;
        case 2:
            view_password();
            break;
        case 3:
            exit(0);
            break;
        default:
            cout << "Invalid option" << endl;
            break;
    }

    return 0;
}

void create_password()
{
    string website, username, password;

    cout << "Please enter the website: ";
    cin >> website;

    cout << "Please enter the username: ";
    cin >> username;

    cout << "Please enter the password: ";
    cin >> password;

    ofstream fout(password_file.c_str(), ios::app);

    fout << website << " " << username << " " << password << endl;

    cout << "Password saved successfully" << endl;

    fout.close();
}

void view_password()
{
    string website, username, password;

    cout << "Please enter the website: ";
    cin >> website;

    ifstream fin(password_file.c_str());

    while (fin >> website >> username >> password)
    {
        if (website == website) // If the website is found
        {
            cout << "Username: " << username << endl;
            cout << "Password: " << password << endl;
            break;
        }
    }

    fin.close();
}

This is just a simple code that can store website, username, and password data in a file and allow users to access it later. You can modify the code to add more features like encryption or password strength checking.

Need testnet token urgent

0x363868e87c7653Ea7AFBD9e02a0b4DCe57191206

Need euroe stablecoin and avax testnet token
Anyone please help

WAGMI faucet runs out of token

Hi all,

I wanna faucet some WGM tokens from the faucet, but it seems like the WAGMI faucet is drained (the faucet balance is "1 WGM"). I'm not sure if this problem will be solved soon? Where else can I get some WGM tokens?

Thanks.

image

Replace MetaMask references to generic wallet

๐Ÿ‘‹ Hello, Ava Labs team. My name is George, and I'm a Frontend Engineer on the Web Extension team of Trust Wallet. We are currently implementing support for testnet faucets into our browser extension wallet, and we would like to redirect our users to https://faucet.avax.network/.

Unfortunately, the current state of https://faucet.avax.network/ presents a MetaMask icon for establishing a wallet connection or adding new networks. This is misleading because users can still use any wallet to interact with the website (e.g., Trust Wallet, Coinbase Wallet, Brave Wallet, etc.). For that reason, we'd like to propose the change of the MetaMask icon to a generic one. In addition, users will be redirected to https://ethereum.org/en/wallets/find-wallet/ rather than MetaMask's website if they still need to install a wallet.

We have already implemented the proposed changes and will open a PR soon. We strongly believe that they will positively impact the project and the community. Below, I've shared a screenshot of the new UI using the generic icon. We are open to talks and any questions you might have. ๐Ÿš€

Screenshot 2023-02-15 at 11 50 38 AM

Adding ERC20 tokens to fuji faucet

Hello,

I see that there is the option to make a PR to add a subnet to the faucet.

Wondering if the team is allowing people to add to the ERC20 coin options for the fuji c-chain?

Token disapeared after a swap

After a swap to BSC or any other testnet network, and checking for the tokens , there are missing, see screenshots.

2022-11-20_17h42_26

2022-11-20_17h41_15
2022-11-20_17h41_05

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.