Knowledge Base
  • 💡Welcome To PointPay
  • 📃WhitePapper v 1.0
    • Disclaimer
    • Market Overview
      • Overview of 2018-2023
      • Evolution and Statement
      • Challenges and Opportunities
    • PointPay 2.0
      • Ecosystem Overview
      • Services Synergy
    • Crypto Exchange
      • Main Benefits
      • Security Measures
      • Customer Support
    • Digital Vault
      • Role in Ecosystem
      • Features and Benefits
      • Integration with other Services
    • PointPay Token
      • Token Info
      • Utility and Benefits
    • Project Future
      • Project Vision
      • Upcoming Features
    • Conclusion
  • 📈Tokenomics
  • ⚖️Token Swap Flow
  • 🔗Network
    • Mainnet&TestNet
    • Smart contracts
      • Contract Deployment
      • Deploy with Remix IDE
      • Deploy with Thirdweb
    • Explorer API
    • RPC API
  • Exchange API Documentation
    • Public endpoints | HTTP
      • Pairs List
      • Pairs Stats
      • Specific Pair Stats
      • Order Book Data
      • Market History
      • Market History Data
      • Products
      • Symbols
      • Depth List
      • Chart Data KLine
    • Private endpoints | HTTP
      • Authentication and API Keys
      • Create Limit Order
      • Cancel Order
      • My Active Orders
      • All My Trade Balances
      • My Specific Trade Balance
      • My Order Info
      • My Trades Info
      • My Order History
      • My Order History List
    • Basic structure | WEBSOKET
    • Public methods | WEBSOKET
      • Ping-Pong
      • System Time
      • KLine methods
      • Market Price methods
      • Market Status methods
      • Deals methods
      • Depth methods
    • Private methods | WEBSOKET
      • Authorization
      • My Assets methods
      • My Orders methods
Powered by GitBook
On this page
  1. Network
  2. Smart contracts

Deploy with Remix IDE

PreviousContract DeploymentNextDeploy with Thirdweb

Last updated 5 months ago

is a no-setup tool with a GUI for developing smart contracts. Used by experts and beginners alike, Remix will get you going in no time.

Remix is available as web-based environment, a desktop program, a VS Code extension and even a CLI tool. Here, we will use the web-based version

Deploy a smart contract using Remix IDE

  1. Go to .

The Remix IDE opens in your browser.

  1. Click Start Coding.

The editor opens with a simple template.

  1. Paste the copied smart contract into the Remix editor. You can rename the file from the left sidebar, for instance token.sol:

You can also customise values for symbol, name, decimals, and _totalSupply

5. Click Compile

  1. Open the Deploy & run transactions section.

  • Make sure that your contract is selected

  • Click Deploy.

  1. Select "Injected Provider - MetaMask" in the environment in order to link your MetaMask account. Your MetaMask wallet should open automatically. Select the checkbox to connect the deployed contract with MetaMask. Click Next.

  2. Select Connect to link your MetaMask Wallet with your smart contract.

  3. Return to Remix IDE and press Deploy.

  1. On your MetaMask Wallet, under the DETAILS tab, you will see Contract Deployment information. Select Confirm if you approve the transaction fees.

Your contract is deployed on the PointPay Testnet Netwotk.

Optionally, you can view the deployed contract on the Block Explorer.

Open the page and copy the sample contract to your clipboard.

🔗
ERC-20 Smart Contract
Remix IDE
https://remix.ethereum.org