Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 832 Bytes

Owling Protocol 🦉📡

Owling Protocol

Quick Start

If you haven't installed dependencies during setup:

npm install

Build and deploy your contract to TestNet with a temporary dev account:

npm run deploy

Test your contract:

npm test

If you have a frontend, run npm start. This will run a dev server.

Exploring The Code

  1. The smart-contract code lives in the /contract folder. See the README there for more info. In blockchain apps the smart contract is the "backend" of your app.

Deploy

Every smart contract in NEAR has its [own associated account][NEAR accounts]. When you run npm run deploy, your smart contract gets deployed to the live NEAR TestNet with a temporary dev account. When you're ready to make it permanent, here's how: