Skip to content
forked from use-ink/ink-docs

Documentation portal for the ink! smart contract language.

License

Notifications You must be signed in to change notification settings

web3labs/ink-docs

This branch is 3 commits ahead of, 240 commits behind use-ink/ink-docs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9301271 · Apr 24, 2023
Mar 2, 2023
Nov 11, 2020
Apr 24, 2023
Apr 19, 2023
Apr 6, 2023
Apr 21, 2023
Apr 6, 2023
Feb 2, 2023
Mar 30, 2023
Mar 30, 2023
Feb 13, 2023
Mar 30, 2023
Mar 30, 2023
Mar 30, 2023
Nov 11, 2020
Feb 15, 2023
Nov 11, 2020
Mar 29, 2023
Apr 11, 2023
Apr 11, 2023
Apr 21, 2023
Apr 6, 2023
Mar 30, 2023
Feb 2, 2023
Mar 29, 2023
Apr 11, 2023

Repository files navigation

ink-docs

This is the documentation portal for ink!. The latest version is always available at https://use.ink.

Run it locally via

yarn
yarn start

# For the Spanish page, will be available at http://localhost:8080/es/.
yarn start --locale es

We want to provide comprehensive documentation for anything you need to work with ink! here.

If you spot gaps in the information provided, or are uncertain about any specific area, please do log an issue or make a pull-request.

We really want to have good documentation here and allow people to be productive right from the start.

Development Notes

If you need to run ReCaptcha on your localhost you will need to add dev.use.ink to your /etc/hosts.

Linux

sudo bash -c 'echo "127.0.0.1 dev.use.ink" >> /etc/hosts'

OSX

sudo bash -c 'echo "::1 dev.use.ink" >> /etc/hosts'

Then visit http://dev.use.ink:8080/ (Don't forget the port number)

About

Documentation portal for the ink! smart contract language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.4%
  • JavaScript 17.5%
  • CSS 8.0%
  • HTML 0.1%