hugocaillard / clearness

Source code of the Clearness blog. Learn to code Smart Contracts on Bitcoin thanks to Stacks and the Clarity Language
https://www.clearness.dev
Other
7 stars 2 forks source link
bitcoin clarity smart-contracts stacks web3

Clearness

Source code and articles for clearness.dev/

Roadmap

Development

To run your Remix app locally, make sure your project's local dependencies are installed:

$ npm install

Afterwards, start the Remix development server like so:

$ npm run dev