example-contracts
Example token contracts for OP_NET
File Explorer
Download Latest Version (.zip)- dependabot.yml
- settings.json
- OP_20.md
- AirdropContract.ts
- index.ts
- ResolverEvents.ts
- BtcNameResolver.ts
- constants.ts
- index.ts
- MintCounterEvent.ts
- index.ts
- MintCounter.ts
- index.ts
- MyMultiOracleStable.ts
- Reserved.ts
- index.ts
- MyNFT.ts
- index.ts
- MyPeggedToken.ts
- RegistryEvents.ts
- constants.ts
- index.ts
- PackageRegistry.ts
- README.md
- OracleEvents.ts
- StableCoinEvents.ts
- index.ts
- MyStableCoin.ts
- index.ts
- MyToken.ts
- index.ts
- WBTC.ts
- tsconfig.json
- as-pect.d.ts
- PackageRegistry.spec.ts
- tsconfig.json
- AirdropRuntime.ts
- airdrop.test.ts
- package.json
- tsconfig.json
- .gitattributes
- .gitignore
- .prettierrc.json
- as-pect.asconfig.json
- as-pect.config.js
- asconfig.json
- eslint.config.js
- LICENSE
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/btc-vision/example-contracts
Downloads the entire project code from GitHub to your computer.
cd example-contracts
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build:token
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
