edmhok / Tarsier-Token

ICP Community MEME Token entry for Memethon

Home Page:https://d5wek-eiaaa-aaaap-ahkeq-cai.icp0.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tarsier Token ($TARS)

GitHub license Twitter Follow

Welcome to the official GitHub repository for the Tarsier Token ($TARS), the meme token with a mission to protect the Philippine Tarsier and its habitat!

Watch our Video

About $TARS

$TARS is more than just a meme token; it's a community-driven movement that combines the fun of crypto with a passion for conservation. Built on the Internet Computer Protocol (ICP), $TARS aims to:

  • Protect the Philippine Tarsier: A portion of every $TARS transaction and NFT sale is dedicated to Tarsier conservation efforts.
  • Empower the Community: $TARS holders will have a say in the project's future through decentralized governance.
  • Innovate with NFTs: We're creating unique Tarsier-themed NFTs with utility and collectability.
  • Reward Staking: Earn passive income by holding and staking $TARS.

Getting Started

  1. Join the Community: Connect with us on Twitter-X and Twitter-X Community, Telegram and Discord.
  2. Learn More: Visit our website or ICP-website to learn about our mission, roadmap, and team.
  3. Get $TARS: You can acquire $TARS through airdrops, staking rewards, or on decentralized exchanges.
  4. Add TARS Token: If you want add TARS using ICRC-2 Token standard and its Canister: i5xtb-aaaaa-aaaam-acrja-cai
  5. Participate: Contribute to the community, collect NFTs, and help us protect the Tarsier! Click here for ZEALY

Repository Contents

  • Smart Contracts: The core $TARS token smart contracts.

  • Frontend: ReactJS, Typescript

  • Documentation: Whitepaper, technical documentation, and other resources. Visit our Pitchdeck

    To get started, you might want to explore the project directory structure and the default configuration file. Working with this project in your development environment will not affect any production deployment or identity tokens.

To learn more before you start working with TARSIER-TOKEN, see the following documentation available online:

If you want to start working on your project right away, you might want to try the following commands:

cd Tarsier-Token/
dfx help
dfx canister --help

Running the project locally

If you want to test your project locally, you can use the following commands:

# Starts the replica, running in the background
dfx start --background

# Deploys your canisters to the replica and generates your candid interface
dfx deploy

Once the job completes, your application will be available at http://localhost:4943?canisterId={asset_canister_id}.

If you have made changes to your backend canister, you can generate a new candid interface with

npm run generate

at any time. This is recommended before starting the frontend development server, and will be run automatically any time you run dfx deploy.

If you are making frontend changes, you can start a development server with

npm start

Which will start a server at http://localhost:8080, proxying API requests to the replica at port 4943.

Note on frontend environment variables

If you are hosting frontend code somewhere without using DFX, you may need to make one of the following adjustments to ensure your project does not fetch the root key in production:

  • setDFX_NETWORK to ic if you are using Webpack
  • use your own preferred method to replace process.env.DFX_NETWORK in the autogenerated declarations
    • Setting canisters -> {asset_canister_id} -> declarations -> env_override to a string in dfx.json will replace process.env.DFX_NETWORK with the string in the autogenerated declarations
  • Write your own createActor constructor

Contributing

We welcome contributions from the community! If you'd like to get involved, please check our CONTRIBUTING.md file for guidelines.

License

This project is licensed under the MIT License.

Disclaimer

Crypto investments carry risk. Please do your own research and invest responsibly.

Contact

For any inquiries, please reach out to us through our social media channels or email us at [tarsierian@gmail.com].

Let's make a difference together!

About

ICP Community MEME Token entry for Memethon

https://d5wek-eiaaa-aaaap-ahkeq-cai.icp0.io/

License:MIT License


Languages

Language:TypeScript 95.3%Language:JavaScript 3.9%Language:HTML 0.3%Language:CSS 0.3%Language:Motoko 0.1%