Orange Pill (PILL) token - 1 trillion max supply with 18 decimals.
- Node.js version 14 or higher
- npm or Yarn
- Clone the repository:
git clone https://github.com/btc-vision/pill.git
- Navigate to the repository directory:
cd pill - Install the necessary dependencies:
npm i
To build the Orange Pill smart contract, use the following command:
npm run buildThis command compiles the AssemblyScript code into WebAssembly, generating the contract binary in the build/
directory.
View the license by clicking here.